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)


5710
5711
5712
5713
5714
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5710

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