Class: Aws::CleanRooms::Types::ListCollaborationsOutput

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_listArray<Types::CollaborationSummary>

The list of collaborations.

Returns:



6010
6011
6012
6013
6014
6015
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6010

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

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6010

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