Class: Aws::CleanRooms::Types::PopulateIdMappingTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PopulateIdMappingTableOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_job_id ⇒ String
The unique identifier of the mapping job that will populate the ID mapping table.
Instance Attribute Details
#id_mapping_job_id ⇒ String
The unique identifier of the mapping job that will populate the ID mapping table.
6031 6032 6033 6034 6035 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6031 class PopulateIdMappingTableOutput < Struct.new( :id_mapping_job_id) SENSITIVE = [] include Aws::Structure end |