Class: Aws::CleanRooms::Types::IdMappingTableSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdMappingTableSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Detailed information about the ID mapping table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of this ID mapping table.
-
#collaboration_arn ⇒ String
The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
-
#collaboration_id ⇒ String
The unique identifier of the collaboration that contains this ID mapping table.
-
#create_time ⇒ Time
The time at which this ID mapping table was created.
-
#description ⇒ String
The description of this ID mapping table.
-
#id ⇒ String
The unique identifier of this ID mapping table.
-
#input_reference_config ⇒ Types::IdMappingTableInputReferenceConfig
The input reference configuration for the ID mapping table.
-
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
-
#membership_id ⇒ String
The unique identifier of the membership resource for this ID mapping table.
-
#name ⇒ String
The name of this ID mapping table.
-
#update_time ⇒ Time
The most recent time at which this ID mapping table was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#collaboration_arn ⇒ String
The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
The unique identifier of the collaboration that contains this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which this ID mapping table was created.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#input_reference_config ⇒ Types::IdMappingTableInputReferenceConfig
The input reference configuration for the ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The unique identifier of the membership resource for this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of this ID mapping table.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which this ID mapping table was updated.
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4344 class IdMappingTableSummary < Struct.new( :collaboration_arn, :collaboration_id, :membership_id, :membership_arn, :create_time, :update_time, :id, :arn, :description, :input_reference_config, :name) SENSITIVE = [] include Aws::Structure end |