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)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def next_token
  @next_token
end

#privacy_budget_template_summaries::Array[Types::PrivacyBudgetTemplateSummary]

Returns the value of attribute privacy_budget_template_summaries.



2203
2204
2205
# File 'sig/types.rbs', line 2203

def privacy_budget_template_summaries
  @privacy_budget_template_summaries
end