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:



5393
5394
5395
5396
5397
5398
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5393

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)


5393
5394
5395
5396
5397
5398
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5393

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