Class: Aws::CleanRooms::Types::PopulateIdMappingTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PopulateIdMappingTableOutput
- Includes:
- Structure
- Defined in:
- 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.
5710 5711 5712 5713 5714 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5710 class PopulateIdMappingTableOutput < Struct.new( :id_mapping_job_id) SENSITIVE = [] include Aws::Structure end |