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.
3701 3702 3703 3704 3705 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3701 class GetCollaborationIdNamespaceAssociationOutput < Struct.new( :collaboration_id_namespace_association) SENSITIVE = [] include Aws::Structure end |