Class: Aws::Types::GetRoutingControlStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRoutingControlStateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
-
#routing_control_name ⇒ ::String
Returns the value of attribute routing_control_name.
-
#routing_control_state ⇒ "On", "Off"
Returns the value of attribute routing_control_state.
Instance Attribute Details
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def routing_control_arn @routing_control_arn end |
#routing_control_name ⇒ ::String
Returns the value of attribute routing_control_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def routing_control_name @routing_control_name end |
#routing_control_state ⇒ "On", "Off"
Returns the value of attribute routing_control_state.
35 36 37 |
# File 'sig/types.rbs', line 35 def routing_control_state @routing_control_state end |