Class: Aws::CleanRooms::Types::IdNamespaceAssociationInputReferenceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdNamespaceAssociationInputReferenceProperties
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Provides the information for the ID namespace association input reference properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_workflows_supported ⇒ Array<Hash,Array,String,Numeric,Boolean>
Defines how ID mapping workflows are supported for this ID namespace association.
-
#id_namespace_type ⇒ String
The ID namespace type for this ID namespace association.
Instance Attribute Details
#id_mapping_workflows_supported ⇒ Array<Hash,Array,String,Numeric,Boolean>
Defines how ID mapping workflows are supported for this ID namespace association.
4479 4480 4481 4482 4483 4484 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4479 class IdNamespaceAssociationInputReferenceProperties < Struct.new( :id_namespace_type, :id_mapping_workflows_supported) SENSITIVE = [] include Aws::Structure end |
#id_namespace_type ⇒ String
The ID namespace type for this ID namespace association.
4479 4480 4481 4482 4483 4484 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4479 class IdNamespaceAssociationInputReferenceProperties < Struct.new( :id_namespace_type, :id_mapping_workflows_supported) SENSITIVE = [] include Aws::Structure end |