Class: Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsOutput

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

#collaboration_privacy_budget_summariesArray<Types::CollaborationPrivacyBudgetSummary>

Summaries of the collaboration privacy budgets.



5351
5352
5353
5354
5355
5356
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5351

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

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


5351
5352
5353
5354
5355
5356
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5351

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