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.



4620
4621
4622
4623
4624
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4620

class GetCollaborationIdNamespaceAssociationOutput < Struct.new(
  :collaboration_id_namespace_association)
  SENSITIVE = []
  include Aws::Structure
end