Class: Aws::Types::RoutingControl
- Inherits:
-
Object
- Object
- Aws::Types::RoutingControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
-
#control_panel_name ⇒ ::String
Returns the value of attribute control_panel_name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
-
#routing_control_name ⇒ ::String
Returns the value of attribute routing_control_name.
-
#routing_control_state ⇒ "On", "Off"
Returns the value of attribute routing_control_state.
Instance Attribute Details
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
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.
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.
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.
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.
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.
71 72 73 |
# File 'sig/types.rbs', line 71 def routing_control_state @routing_control_state end |