Class: Aws::Types::ListCollaborationPrivacyBudgetsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_privacy_budget_summaries::Array[Types::CollaborationPrivacyBudgetSummary]

Returns the value of attribute collaboration_privacy_budget_summaries.



2080
2081
2082
# File 'sig/types.rbs', line 2080

def collaboration_privacy_budget_summaries
  @collaboration_privacy_budget_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def next_token
  @next_token
end