[go: up one dir, main page]

Class: Aws::Redshift::Types::CustomDomainAssociationsMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::Association>

The associations for the custom domain.

Returns:



3276
3277
3278
3279
3280
3281
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3276

class CustomDomainAssociationsMessage < Struct.new(
  :marker,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the custom domain association.

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3276

class CustomDomainAssociationsMessage < Struct.new(
  :marker,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end