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.
674 675 676 |
# File 'sig/types.rbs', line 674 def auto_scaling_group_name @auto_scaling_group_name end |
#breach_threshold ⇒ ::Float
Returns the value of attribute breach_threshold.
678 679 680 |
# File 'sig/types.rbs', line 678 def breach_threshold @breach_threshold end |
#honor_cooldown ⇒ Boolean
Returns the value of attribute honor_cooldown.
676 677 678 |
# File 'sig/types.rbs', line 676 def honor_cooldown @honor_cooldown end |
#metric_value ⇒ ::Float
Returns the value of attribute metric_value.
677 678 679 |
# File 'sig/types.rbs', line 677 def metric_value @metric_value end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
675 676 677 |
# File 'sig/types.rbs', line 675 def policy_name @policy_name end |