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.
3276 3277 3278 3279 3280 3281 |
# File 'lib/aws-sdk-redshift/types.rb', line 3276 class CustomDomainAssociationsMessage < Struct.new( :marker, :associations) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the custom domain association.
3276 3277 3278 3279 3280 3281 |
# File 'lib/aws-sdk-redshift/types.rb', line 3276 class CustomDomainAssociationsMessage < Struct.new( :marker, :associations) SENSITIVE = [] include Aws::Structure end |