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:



3221
3222
3223
3224
3225
3226
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3221

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

#markerString

The marker for the custom domain association.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3221

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