Class: Aws::CleanRooms::Types::PopulateIdMappingTableOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_job_idString

The unique identifier of the mapping job that will populate the ID mapping table.

Returns:

  • (String)


6031
6032
6033
6034
6035
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6031

class PopulateIdMappingTableOutput < Struct.new(
  :id_mapping_job_id)
  SENSITIVE = []
  include Aws::Structure
end