Class: Aws::CleanRooms::Types::IdNamespaceAssociationInputReferencePropertiesSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdNamespaceAssociationInputReferencePropertiesSummary
- Defined in:
- gems/aws-sdk-cleanrooms/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.
4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4495 class IdNamespaceAssociationInputReferencePropertiesSummary < Struct.new( :id_namespace_type) SENSITIVE = [] include Aws::Structure end |