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)


9990
9991
9992
9993
9994
9995
9996
9997
9998
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9990

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.



9990
9991
9992
9993
9994
9995
9996
9997
9998
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9990

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)


9990
9991
9992
9993
9994
9995
9996
9997
9998
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9990

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)


9990
9991
9992
9993
9994
9995
9996
9997
9998
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9990

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)


9990
9991
9992
9993
9994
9995
9996
9997
9998
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9990

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