Class: Aws::CleanRooms::Types::ListCollaborationChangeRequestsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationChangeRequestsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_change_request_summaries ⇒ Array<Types::CollaborationChangeRequestSummary>
The list of collaboration change request summaries.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#collaboration_change_request_summaries ⇒ Array<Types::CollaborationChangeRequestSummary>
The list of collaboration change request summaries.
5784 5785 5786 5787 5788 5789 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5784 class ListCollaborationChangeRequestsOutput < Struct.new( :collaboration_change_request_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5784 5785 5786 5787 5788 5789 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5784 class ListCollaborationChangeRequestsOutput < Struct.new( :collaboration_change_request_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |