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.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def primary_route_53_health_check_id @primary_route_53_health_check_id end |
#secondary_region ⇒ ::String
Returns the value of attribute secondary_region.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def secondary_region @secondary_region end |