Class: Aws::CleanRooms::Types::ListIdMappingTablesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListIdMappingTablesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_table_summaries ⇒ Array<Types::IdMappingTableSummary>
The summary information of the ID mapping tables that you requested.
-
#next_token ⇒ String
The token value provided to access the next page of results.
Instance Attribute Details
#id_mapping_table_summaries ⇒ Array<Types::IdMappingTableSummary>
The summary information of the ID mapping tables that you requested.
5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5053 class ListIdMappingTablesOutput < Struct.new( :id_mapping_table_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value provided to access the next page of results.
5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5053 class ListIdMappingTablesOutput < Struct.new( :id_mapping_table_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |