Class: Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsOutput
- Includes:
- Structure
- Defined in:
- 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 token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#collaboration_privacy_budget_summaries ⇒ Array<Types::CollaborationPrivacyBudgetSummary>
Summaries of the collaboration privacy budgets.
4776 4777 4778 4779 4780 4781 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4776 class ListCollaborationPrivacyBudgetsOutput < Struct.new( :collaboration_privacy_budget_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
4776 4777 4778 4779 4780 4781 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4776 class ListCollaborationPrivacyBudgetsOutput < Struct.new( :collaboration_privacy_budget_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |