Class: Aws::CleanRooms::Types::UpdateIdMappingTableOutput

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 updated ID mapping table.



9955
9956
9957
9958
9959
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9955

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