Class: Aws::CleanRooms::Types::ListCollaborationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_list ⇒ Array<Types::CollaborationSummary>
The list of collaborations.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#collaboration_list ⇒ Array<Types::CollaborationSummary>
The list of collaborations.
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_token ⇒ String
The pagination token that's used to fetch the next set of results.
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 |