Class: Aws::Types::ListRouterInputsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRouterInputsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#router_inputs ⇒ ::Array[Types::ListedRouterInput]
Returns the value of attribute router_inputs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def next_token @next_token end |
#router_inputs ⇒ ::Array[Types::ListedRouterInput]
Returns the value of attribute router_inputs.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def router_inputs @router_inputs end |