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.



3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3488

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

#next_tokenString

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

Returns:

  • (String)


3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3488

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