Class: Aws::CleanRooms::Types::CreateIdNamespaceAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateIdNamespaceAssociationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the ID namespace association.
-
#id_mapping_config ⇒ Types::IdMappingConfig
The configuration settings for the ID mapping table.
-
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
The input reference configuration needed to create the ID namespace association.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association.
-
#name ⇒ String
The name for the ID namespace association.
-
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it.
Instance Attribute Details
#description ⇒ String
The description of the ID namespace association.
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2853 class CreateIdNamespaceAssociationInput < Struct.new( :membership_identifier, :input_reference_config, :tags, :name, :description, :id_mapping_config) SENSITIVE = [] include Aws::Structure end |
#id_mapping_config ⇒ Types::IdMappingConfig
The configuration settings for the ID mapping table.
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2853 class CreateIdNamespaceAssociationInput < Struct.new( :membership_identifier, :input_reference_config, :tags, :name, :description, :id_mapping_config) SENSITIVE = [] include Aws::Structure end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
The input reference configuration needed to create the ID namespace association.
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2853 class CreateIdNamespaceAssociationInput < Struct.new( :membership_identifier, :input_reference_config, :tags, :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.
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2853 class CreateIdNamespaceAssociationInput < Struct.new( :membership_identifier, :input_reference_config, :tags, :name, :description, :id_mapping_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the ID namespace association.
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2853 class CreateIdNamespaceAssociationInput < Struct.new( :membership_identifier, :input_reference_config, :tags, :name, :description, :id_mapping_config) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2853 class CreateIdNamespaceAssociationInput < Struct.new( :membership_identifier, :input_reference_config, :tags, :name, :description, :id_mapping_config) SENSITIVE = [] include Aws::Structure end |