Class: Aws::Types::ListPrivacyBudgetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPrivacyBudgetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#privacy_budget_summaries ⇒ ::Array[Types::PrivacyBudgetSummary]
Returns the value of attribute privacy_budget_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def privacy_budget_summaries @privacy_budget_summaries end |