Class: Aws::Redshift::Types::CustomDomainAssociationsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CustomDomainAssociationsMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::Association>
The associations for the custom domain.
-
#marker ⇒ String
The marker for the custom domain association.
Instance Attribute Details
#associations ⇒ Array<Types::Association>
The associations for the custom domain.
3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-redshift/types.rb', line 3293 class CustomDomainAssociationsMessage < Struct.new( :marker, :associations) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the custom domain association.
3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-redshift/types.rb', line 3293 class CustomDomainAssociationsMessage < Struct.new( :marker, :associations) SENSITIVE = [] include Aws::Structure end |