Class: Aws::CleanRooms::Types::ListConfiguredTableAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListConfiguredTableAssociationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_association_summaries ⇒ Array<Types::ConfiguredTableAssociationSummary>
The retrieved list of configured table associations.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#configured_table_association_summaries ⇒ Array<Types::ConfiguredTableAssociationSummary>
The retrieved list of configured table associations.
4974 4975 4976 4977 4978 4979 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4974 class ListConfiguredTableAssociationsOutput < Struct.new( :configured_table_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
4974 4975 4976 4977 4978 4979 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4974 class ListConfiguredTableAssociationsOutput < Struct.new( :configured_table_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |