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:



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_tokenString

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

Returns:

  • (String)


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