Class: Aws::CleanRooms::Types::UpdateIdMappingTableInput

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

#descriptionString

A new description for the ID mapping table.

Returns:

  • (String)


9616
9617
9618
9619
9620
9621
9622
9623
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9616

class UpdateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :description,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#id_mapping_table_identifierString

The unique identifier of the ID mapping table that you want to update.

Returns:

  • (String)


9616
9617
9618
9619
9620
9621
9622
9623
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9616

class UpdateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :description,
  :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)


9616
9617
9618
9619
9620
9621
9622
9623
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9616

class UpdateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :description,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership that contains the ID mapping table that you want to update.

Returns:

  • (String)


9616
9617
9618
9619
9620
9621
9622
9623
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9616

class UpdateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :description,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end