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

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 pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


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_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:



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