Class: Aws::Types::UpdateBudgetActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBudgetActionRequest
- 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.
-
#action_threshold ⇒ Types::ActionThreshold
Returns the value of attribute action_threshold.
-
#approval_model ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute approval_model.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#definition ⇒ Types::Definition
Returns the value of attribute definition.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
-
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
574 575 576 |
# File 'sig/types.rbs', line 574 def action_id @action_id end |
#action_threshold ⇒ Types::ActionThreshold
Returns the value of attribute action_threshold.
576 577 578 |
# File 'sig/types.rbs', line 576 def action_threshold @action_threshold end |
#approval_model ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute approval_model.
579 580 581 |
# File 'sig/types.rbs', line 579 def approval_model @approval_model end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
573 574 575 |
# File 'sig/types.rbs', line 573 def budget_name @budget_name end |
#definition ⇒ Types::Definition
Returns the value of attribute definition.
577 578 579 |
# File 'sig/types.rbs', line 577 def definition @definition end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
578 579 580 |
# File 'sig/types.rbs', line 578 def execution_role_arn @execution_role_arn end |
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
575 576 577 |
# File 'sig/types.rbs', line 575 def notification_type @notification_type end |
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
580 581 582 |
# File 'sig/types.rbs', line 580 def subscribers @subscribers end |