Class: Aws::Types::ExecutePolicyType
- Inherits:
-
Object
- Object
- Aws::Types::ExecutePolicyType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#breach_threshold ⇒ ::Float
Returns the value of attribute breach_threshold.
-
#honor_cooldown ⇒ Boolean
Returns the value of attribute honor_cooldown.
-
#metric_value ⇒ ::Float
Returns the value of attribute metric_value.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
680 681 682 |
# File 'sig/types.rbs', line 680 def auto_scaling_group_name @auto_scaling_group_name end |
#breach_threshold ⇒ ::Float
Returns the value of attribute breach_threshold.
684 685 686 |
# File 'sig/types.rbs', line 684 def breach_threshold @breach_threshold end |
#honor_cooldown ⇒ Boolean
Returns the value of attribute honor_cooldown.
682 683 684 |
# File 'sig/types.rbs', line 682 def honor_cooldown @honor_cooldown end |
#metric_value ⇒ ::Float
Returns the value of attribute metric_value.
683 684 685 |
# File 'sig/types.rbs', line 683 def metric_value @metric_value end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
681 682 683 |
# File 'sig/types.rbs', line 681 def policy_name @policy_name end |