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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3281
3282
3283
3284
3285
3286
# File 'lib/aws-sdk-redshift/types.rb', line 3281

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

#markerString

The marker for the custom domain association.

Returns:

  • (String)


3281
3282
3283
3284
3285
3286
# File 'lib/aws-sdk-redshift/types.rb', line 3281

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