Class: Aws::CleanRooms::Types::IdMappingTableInputSource

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

Overview

The input source of the ID mapping table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_namespace_association_idString

The unique identifier of the ID namespace association.

Returns:

  • (String)


4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4201

class IdMappingTableInputSource < Struct.new(
  :id_namespace_association_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the input source of the ID mapping table.

Returns:

  • (String)


4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4201

class IdMappingTableInputSource < Struct.new(
  :id_namespace_association_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end