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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


6059
6060
6061
6062
6063
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6059

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