Class: Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_privacy_budget_summaries ⇒ Array<Types::CollaborationPrivacyBudgetSummary>
Summaries of the collaboration privacy budgets.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#collaboration_privacy_budget_summaries ⇒ Array<Types::CollaborationPrivacyBudgetSummary>
Summaries of the collaboration privacy budgets.
4873 4874 4875 4876 4877 4878 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4873 class ListCollaborationPrivacyBudgetsOutput < Struct.new( :collaboration_privacy_budget_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
4873 4874 4875 4876 4877 4878 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4873 class ListCollaborationPrivacyBudgetsOutput < Struct.new( :collaboration_privacy_budget_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |