Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_threshold ⇒ Types::ActionThreshold
Returns the value of attribute action_threshold.
-
#action_type ⇒ "APPLY_IAM_POLICY", ...
Returns the value of attribute action_type.
-
#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.
-
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
-
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def action_id @action_id end |
#action_threshold ⇒ Types::ActionThreshold
Returns the value of attribute action_threshold.
21 22 23 |
# File 'sig/types.rbs', line 21 def action_threshold @action_threshold end |
#action_type ⇒ "APPLY_IAM_POLICY", ...
Returns the value of attribute action_type.
20 21 22 |
# File 'sig/types.rbs', line 20 def action_type @action_type end |
#approval_model ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute approval_model.
24 25 26 |
# File 'sig/types.rbs', line 24 def approval_model @approval_model end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def budget_name @budget_name end |
#definition ⇒ Types::Definition
Returns the value of attribute definition.
22 23 24 |
# File 'sig/types.rbs', line 22 def definition @definition end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def execution_role_arn @execution_role_arn end |
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
19 20 21 |
# File 'sig/types.rbs', line 19 def notification_type @notification_type end |
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
25 26 27 |
# File 'sig/types.rbs', line 25 def status @status end |
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
26 27 28 |
# File 'sig/types.rbs', line 26 def subscribers @subscribers end |