Class: Aws::CleanRooms::Types::ListIdMappingTablesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_table_summariesArray<Types::IdMappingTableSummary>

The summary information of the ID mapping tables that you requested.

Returns:



5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5081

class ListIdMappingTablesOutput < Struct.new(
  :id_mapping_table_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value provided to access the next page of results.

Returns:

  • (String)


5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5081

class ListIdMappingTablesOutput < Struct.new(
  :id_mapping_table_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end