Class: Aws::CleanRooms::Types::GetIdMappingTableOutput

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_tableTypes::IdMappingTable

The ID mapping table that you requested.



3943
3944
3945
3946
3947
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3943

class GetIdMappingTableOutput < Struct.new(
  :id_mapping_table)
  SENSITIVE = []
  include Aws::Structure
end