Class: Aws::Types::GetRoutingControlStateResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("On", "Off")


35
36
37
# File 'sig/types.rbs', line 35

def routing_control_state
  @routing_control_state
end