Class: Aws::Types::UpdateRoutingControlStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoutingControlStateRequest
- 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.
-
#safety_rules_to_override ⇒ ::Array[::String]
Returns the value of attribute safety_rules_to_override.
Instance Attribute Details
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def routing_control_arn @routing_control_arn end |
#routing_control_state ⇒ "On", "Off"
Returns the value of attribute routing_control_state.
99 100 101 |
# File 'sig/types.rbs', line 99 def routing_control_state @routing_control_state end |
#safety_rules_to_override ⇒ ::Array[::String]
Returns the value of attribute safety_rules_to_override.
100 101 102 |
# File 'sig/types.rbs', line 100 def safety_rules_to_override @safety_rules_to_override end |