Class: Aws::Types::ListPrivacyBudgetsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def next_token
  @next_token
end

#privacy_budget_summaries::Array[Types::PrivacyBudgetSummary]

Returns the value of attribute privacy_budget_summaries.

Returns:



2217
2218
2219
# File 'sig/types.rbs', line 2217

def privacy_budget_summaries
  @privacy_budget_summaries
end