Class: Aws::CleanRooms::Types::UpdateIdNamespaceAssociationInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::UpdateIdNamespaceAssociationInput
 
- Defined in:
- gems/aws-sdk-cleanrooms/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.
| 9661 9662 9663 9664 9665 9666 9667 9668 9669 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9661 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.
| 9661 9662 9663 9664 9665 9666 9667 9668 9669 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9661 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.
| 9661 9662 9663 9664 9665 9666 9667 9668 9669 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9661 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.
| 9661 9662 9663 9664 9665 9666 9667 9668 9669 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9661 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.
| 9661 9662 9663 9664 9665 9666 9667 9668 9669 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9661 class UpdateIdNamespaceAssociationInput < Struct.new( :id_namespace_association_identifier, :membership_identifier, :name, :description, :id_mapping_config) SENSITIVE = [] include Aws::Structure end |