Module: Aws::Route53RecoveryCluster::Client::_GetRoutingControlStateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRoutingControlStateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #routing_control_arn ⇒ ::String
- #routing_control_name ⇒ ::String
- #routing_control_state ⇒ "On", "Off"
Instance Method Details
#routing_control_arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def routing_control_arn: () -> ::String
|
#routing_control_name ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def routing_control_name: () -> ::String
|
#routing_control_state ⇒ "On", "Off"
85 |
# File 'sig/client.rbs', line 85
def routing_control_state: () -> ("On" | "Off")
|