Class: Aws::Types::ListPrivacyBudgetTemplatesOutput

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)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def next_token
  @next_token
end

#privacy_budget_template_summaries::Array[Types::PrivacyBudgetTemplateSummary]

Returns the value of attribute privacy_budget_template_summaries.



2224
2225
2226
# File 'sig/types.rbs', line 2224

def privacy_budget_template_summaries
  @privacy_budget_template_summaries
end