Class: Aws::RedshiftServerless::Types::ListCustomDomainAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListCustomDomainAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::Association>
A list of Association objects.
-
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available.
Instance Attribute Details
#associations ⇒ Array<Types::Association>
A list of Association objects.
1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1483 class ListCustomDomainAssociationsResponse < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1483 class ListCustomDomainAssociationsResponse < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |