Class: Aws::Types::DescribeBudgetActionHistoriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBudgetActionHistoriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
246 247 248 |
# File 'sig/types.rbs', line 246 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def action_id @action_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
247 248 249 |
# File 'sig/types.rbs', line 247 def budget_name @budget_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
250 251 252 |
# File 'sig/types.rbs', line 250 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
251 252 253 |
# File 'sig/types.rbs', line 251 def next_token @next_token end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
249 250 251 |
# File 'sig/types.rbs', line 249 def time_period @time_period end |