Class: Aws::Types::TakeRouterInputResponse
- Inherits:
-
Object
- Object
- Aws::Types::TakeRouterInputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#routed_state ⇒ "ROUTED", ...
Returns the value of attribute routed_state.
-
#router_input_arn ⇒ ::String
Returns the value of attribute router_input_arn.
-
#router_input_name ⇒ ::String
Returns the value of attribute router_input_name.
-
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
-
#router_output_name ⇒ ::String
Returns the value of attribute router_output_name.
Instance Attribute Details
#routed_state ⇒ "ROUTED", ...
Returns the value of attribute routed_state.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def routed_state @routed_state end |
#router_input_arn ⇒ ::String
Returns the value of attribute router_input_arn.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def router_input_arn @router_input_arn end |
#router_input_name ⇒ ::String
Returns the value of attribute router_input_name.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def router_input_name @router_input_name end |
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def router_output_arn @router_output_arn end |
#router_output_name ⇒ ::String
Returns the value of attribute router_output_name.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def router_output_name @router_output_name end |