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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def control_panel_arn @control_panel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
328 329 330 |
# File 'sig/types.rbs', line 328 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
331 332 333 |
# File 'sig/types.rbs', line 331 def owner @owner end |
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
329 330 331 |
# File 'sig/types.rbs', line 329 def routing_control_arn @routing_control_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
330 331 332 |
# File 'sig/types.rbs', line 330 def status @status end |