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)


5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5305

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:



5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5305

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