Class: Aws::CleanRooms::Types::IdMappingTable

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

Overview

Describes information about the ID mapping table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

The unique identifier of the collaboration that contains this ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the ID mapping table was created.

Returns:

  • (Time)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#input_reference_configTypes::IdMappingTableInputReferenceConfig

The input reference configuration for the ID mapping table.



4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#input_reference_propertiesTypes::IdMappingTableInputReferenceProperties

The input reference properties for the ID mapping table.



4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The unique identifier of the membership resource for the ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ID mapping table.

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the ID mapping table was updated.

Returns:

  • (Time)


4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4133

class IdMappingTable < Struct.new(
  :id,
  :arn,
  :input_reference_config,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :description,
  :name,
  :create_time,
  :update_time,
  :input_reference_properties,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end