Class: Aws::Types::DescribeBudgetActionsForAccountResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBudgetActionsForAccountResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
283 284 285 |
# File 'sig/types.rbs', line 283 def actions @actions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
284 285 286 |
# File 'sig/types.rbs', line 284 def next_token @next_token end |