Class: Aws::Types::FailoverType
- Inherits:
-
Object
- Object
- Aws::Types::FailoverType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary_route_53_health_check_id ⇒ ::String
Returns the value of attribute primary_route_53_health_check_id.
-
#secondary_region ⇒ ::String
Returns the value of attribute secondary_region.
Instance Attribute Details
#primary_route_53_health_check_id ⇒ ::String
Returns the value of attribute primary_route_53_health_check_id.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def primary_route_53_health_check_id @primary_route_53_health_check_id end |
#secondary_region ⇒ ::String
Returns the value of attribute secondary_region.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def secondary_region @secondary_region end |