Class: Aws::Types::AvailabilityZoneImpairmentPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityZoneImpairmentPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impaired_zone_health_check_behavior ⇒ "ReplaceUnhealthy", "IgnoreUnhealthy"
Returns the value of attribute impaired_zone_health_check_behavior.
-
#zonal_shift_enabled ⇒ Boolean
Returns the value of attribute zonal_shift_enabled.
Instance Attribute Details
#impaired_zone_health_check_behavior ⇒ "ReplaceUnhealthy", "IgnoreUnhealthy"
Returns the value of attribute impaired_zone_health_check_behavior.
200 201 202 |
# File 'sig/types.rbs', line 200 def impaired_zone_health_check_behavior @impaired_zone_health_check_behavior end |
#zonal_shift_enabled ⇒ Boolean
Returns the value of attribute zonal_shift_enabled.
199 200 201 |
# File 'sig/types.rbs', line 199 def zonal_shift_enabled @zonal_shift_enabled end |