Class: Aws::Types::UpdateRoutingControlStateEntry
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoutingControlStateEntry
- 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_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.
92 93 94 |
# File 'sig/types.rbs', line 92 def routing_control_arn @routing_control_arn end |
#routing_control_state ⇒ "On", "Off"
Returns the value of attribute routing_control_state.
93 94 95 |
# File 'sig/types.rbs', line 93 def routing_control_state @routing_control_state end |