Class: Aws::CleanRooms::Types::UpdateIdNamespaceAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateIdNamespaceAssociationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description for the ID namespace association.
-
#id_mapping_config ⇒ Types::IdMappingConfig
The configuration settings for the ID mapping table.
-
#id_namespace_association_identifier ⇒ String
The unique identifier of the ID namespace association that you want to update.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to update.
-
#name ⇒ String
A new name for the ID namespace association.
Instance Attribute Details
#description ⇒ String
A new description for the ID namespace association.
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_config ⇒ Types::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_identifier ⇒ String
The unique identifier of the ID namespace association that you want to update.
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_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to update.
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 |
#name ⇒ String
A new name for the ID namespace association.
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 |