Class: Aws::CleanRooms::Types::UpdateIdNamespaceAssociationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 namespace association.

Returns:

  • (String)


7587
7588
7589
7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7587

class UpdateIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier,
  :name,
  :description,
  :id_mapping_config)
  SENSITIVE = []
  include Aws::Structure
end

#id_mapping_configTypes::IdMappingConfig

The configuration settings for the ID mapping table.



7587
7588
7589
7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7587

class UpdateIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier,
  :name,
  :description,
  :id_mapping_config)
  SENSITIVE = []
  include Aws::Structure
end

#id_namespace_association_identifierString

The unique identifier of the ID namespace association that you want to update.

Returns:

  • (String)


7587
7588
7589
7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7587

class UpdateIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier,
  :name,
  :description,
  :id_mapping_config)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership that contains the ID namespace association that you want to update.

Returns:

  • (String)


7587
7588
7589
7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7587

class UpdateIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier,
  :name,
  :description,
  :id_mapping_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the ID namespace association.

Returns:

  • (String)


7587
7588
7589
7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7587

class UpdateIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier,
  :name,
  :description,
  :id_mapping_config)
  SENSITIVE = []
  include Aws::Structure
end