Class: Aws::CleanRooms::Types::IdNamespaceAssociationInputReferencePropertiesSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdNamespaceAssociationInputReferencePropertiesSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Detailed information about the ID namespace association input reference properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_type ⇒ String
The ID namespace type for this ID namespace association.
Instance Attribute Details
#id_namespace_type ⇒ String
The ID namespace type for this ID namespace association.
4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4523 class IdNamespaceAssociationInputReferencePropertiesSummary < Struct.new( :id_namespace_type) SENSITIVE = [] include Aws::Structure end |