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:



3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3365

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

#markerString

The marker for the custom domain association.

Returns:

  • (String)


3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3365

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