Class: Aws::Types::TakeRouterInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::TakeRouterInputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#router_input_arn ⇒ ::String
Returns the value of attribute router_input_arn.
-
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
Instance Attribute Details
#router_input_arn ⇒ ::String
Returns the value of attribute router_input_arn.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def router_input_arn @router_input_arn end |
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def router_output_arn @router_output_arn end |