Class: Aws::Types::AvailabilityZoneImpairmentPolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impaired_zone_health_check_behavior"ReplaceUnhealthy", "IgnoreUnhealthy"

Returns the value of attribute impaired_zone_health_check_behavior.

Returns:

  • ("ReplaceUnhealthy", "IgnoreUnhealthy")


200
201
202
# File 'sig/types.rbs', line 200

def impaired_zone_health_check_behavior
  @impaired_zone_health_check_behavior
end

#zonal_shift_enabledBoolean

Returns the value of attribute zonal_shift_enabled.

Returns:

  • (Boolean)


199
200
201
# File 'sig/types.rbs', line 199

def zonal_shift_enabled
  @zonal_shift_enabled
end