Class: Aws::Types::MinimumHealthyHostsPerZone
- Inherits:
-
Object
- Object
- Aws::Types::MinimumHealthyHostsPerZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "HOST_COUNT", "FLEET_PERCENT"
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "HOST_COUNT", "FLEET_PERCENT"
Returns the value of attribute type.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def value @value end |