Class: Aws::Types::InstanceMaintenancePolicy
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMaintenancePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_healthy_percentage ⇒ ::Integer
Returns the value of attribute max_healthy_percentage.
-
#min_healthy_percentage ⇒ ::Integer
Returns the value of attribute min_healthy_percentage.
Instance Attribute Details
#max_healthy_percentage ⇒ ::Integer
Returns the value of attribute max_healthy_percentage.
758 759 760 |
# File 'sig/types.rbs', line 758 def max_healthy_percentage @max_healthy_percentage end |
#min_healthy_percentage ⇒ ::Integer
Returns the value of attribute min_healthy_percentage.
757 758 759 |
# File 'sig/types.rbs', line 757 def min_healthy_percentage @min_healthy_percentage end |