Class: Aws::CleanRooms::Types::ListPrivacyBudgetsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3834

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

#privacy_budget_summariesArray<Types::PrivacyBudgetSummary>

An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.

Returns:



3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3834

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