Class: Aws::CleanRooms::Types::ListPrivacyBudgetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListPrivacyBudgetsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
-
#privacy_budget_summaries ⇒ Array<Types::PrivacyBudgetSummary>
An array that summarizes the privacy budgets.
Instance Attribute Details
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
5277 5278 5279 5280 5281 5282 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5277 class ListPrivacyBudgetsOutput < Struct.new( :privacy_budget_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_summaries ⇒ Array<Types::PrivacyBudgetSummary>
An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
5277 5278 5279 5280 5281 5282 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5277 class ListPrivacyBudgetsOutput < Struct.new( :privacy_budget_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |