Class: Aws::CleanRooms::Types::UpdateIdMappingTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateIdMappingTableOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_table ⇒ Types::IdMappingTable
The updated ID mapping table.
Instance Attribute Details
#id_mapping_table ⇒ Types::IdMappingTable
The updated ID mapping table.
9631 9632 9633 9634 9635 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9631 class UpdateIdMappingTableOutput < Struct.new( :id_mapping_table) SENSITIVE = [] include Aws::Structure end |