Class: Aws::Types::MinimumHealthyHosts
- Inherits:
-
Object
- Object
- Aws::Types::MinimumHealthyHosts
- 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.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def value @value end |