Class: Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_id_namespace_associationTypes::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