Class: Aws::Types::ListGatewayRoutesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGatewayRoutesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_routes ⇒ ::Array[Types::GatewayRouteRef]
Returns the value of attribute gateway_routes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#gateway_routes ⇒ ::Array[Types::GatewayRouteRef]
Returns the value of attribute gateway_routes.
736 737 738 |
# File 'sig/types.rbs', line 736 def gateway_routes @gateway_routes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
737 738 739 |
# File 'sig/types.rbs', line 737 def next_token @next_token end |