Class: Aws::Types::UpdateRoutingControlStateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#routing_control_arn::String

Returns the value of attribute routing_control_arn.

Returns:

  • (::String)


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.

Returns:

  • ("On", "Off")


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.

Returns:

  • (::Array[::String])


100
101
102
# File 'sig/types.rbs', line 100

def safety_rules_to_override
  @safety_rules_to_override
end