Class: Aws::CleanRooms::Types::CreateIdMappingTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateIdMappingTableOutput
- 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 ID mapping table that was created.
Instance Attribute Details
#id_mapping_table ⇒ Types::IdMappingTable
The ID mapping table that was created.
2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2816 class CreateIdMappingTableOutput < Struct.new( :id_mapping_table) SENSITIVE = [] include Aws::Structure end |