Class: Aws::CleanRooms::Types::ListPrivacyBudgetTemplatesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


5155
5156
5157
5158
5159
5160
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5155

class ListPrivacyBudgetTemplatesOutput < Struct.new(
  :next_token,
  :privacy_budget_template_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_template_summariesArray<Types::PrivacyBudgetTemplateSummary>

An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.



5155
5156
5157
5158
5159
5160
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5155

class ListPrivacyBudgetTemplatesOutput < Struct.new(
  :next_token,
  :privacy_budget_template_summaries)
  SENSITIVE = []
  include Aws::Structure
end