Class: Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_id_namespace_association ⇒ Types::CollaborationIdNamespaceAssociation
The ID namespace association that you requested.
Instance Attribute Details
#collaboration_id_namespace_association ⇒ Types::CollaborationIdNamespaceAssociation
The ID namespace association that you requested.
3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3673 class GetCollaborationIdNamespaceAssociationOutput < Struct.new( :collaboration_id_namespace_association) SENSITIVE = [] include Aws::Structure end |