Class: Aws::CleanRooms::Types::GetIdNamespaceAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetIdNamespaceAssociationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_association ⇒ Types::IdNamespaceAssociation
The ID namespace association that you requested.
Instance Attribute Details
#id_namespace_association ⇒ Types::IdNamespaceAssociation
The ID namespace association that you requested.
3946 3947 3948 3949 3950 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3946 class GetIdNamespaceAssociationOutput < Struct.new( :id_namespace_association) SENSITIVE = [] include Aws::Structure end |