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:



3531
3532
3533
3534
3535
3536
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3531

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3531
3532
3533
3534
3535
3536
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3531

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