Class: Aws::CleanRooms::Types::CreateIdMappingTableOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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 was created.



2748
2749
2750
2751
2752
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2748

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