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.
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 |
#marker ⇒ String
The marker for the custom domain association.
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 |