Class: Aws::CleanRooms::Types::ListCollaborationIdNamespaceAssociationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_id_namespace_association_summariesArray<Types::CollaborationIdNamespaceAssociationSummary>

The summary information of the collaboration ID namespace associations that you requested.



5960
5961
5962
5963
5964
5965
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5960

class ListCollaborationIdNamespaceAssociationsOutput < Struct.new(
  :next_token,
  :collaboration_id_namespace_association_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value provided to access the next page of results.

Returns:

  • (String)


5960
5961
5962
5963
5964
5965
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5960

class ListCollaborationIdNamespaceAssociationsOutput < Struct.new(
  :next_token,
  :collaboration_id_namespace_association_summaries)
  SENSITIVE = []
  include Aws::Structure
end