Class: Aws::CleanRooms::Types::GetIdMappingTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetIdMappingTableOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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 you requested.
Instance Attribute Details
#id_mapping_table ⇒ Types::IdMappingTable
The ID mapping table that you requested.
3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3915 class GetIdMappingTableOutput < Struct.new( :id_mapping_table) SENSITIVE = [] include Aws::Structure end |