Class: Aws::Types::RoutingControl

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arn::String

Returns the value of attribute control_panel_arn.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def control_panel_arn
  @control_panel_arn
end

#control_panel_name::String

Returns the value of attribute control_panel_name.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def control_panel_name
  @control_panel_name
end

#owner::String

Returns the value of attribute owner.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def owner
  @owner
end

#routing_control_arn::String

Returns the value of attribute routing_control_arn.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def routing_control_arn
  @routing_control_arn
end

#routing_control_name::String

Returns the value of attribute routing_control_name.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def routing_control_name
  @routing_control_name
end

#routing_control_state"On", "Off"

Returns the value of attribute routing_control_state.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def routing_control_state
  @routing_control_state
end