Class: Aws::CleanRooms::Types::ListPrivacyBudgetTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListPrivacyBudgetTemplatesOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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_template_summaries ⇒ Array<Types::PrivacyBudgetTemplateSummary>
An array that summarizes the privacy budget templates.
Instance Attribute Details
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5732 5733 5734 5735 5736 5737 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5732 class ListPrivacyBudgetTemplatesOutput < Struct.new( :next_token, :privacy_budget_template_summaries) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_template_summaries ⇒ Array<Types::PrivacyBudgetTemplateSummary>
An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.
5732 5733 5734 5735 5736 5737 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5732 class ListPrivacyBudgetTemplatesOutput < Struct.new( :next_token, :privacy_budget_template_summaries) SENSITIVE = [] include Aws::Structure end |