Class: Aws::Types::DescribeLocalGatewayRouteTablesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewayRouteTablesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_route_tables ⇒ ::Array[Types::LocalGatewayRouteTable]
Returns the value of attribute local_gateway_route_tables.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#local_gateway_route_tables ⇒ ::Array[Types::LocalGatewayRouteTable]
Returns the value of attribute local_gateway_route_tables.
6455 6456 6457 |
# File 'sig/types.rbs', line 6455 def local_gateway_route_tables @local_gateway_route_tables end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6456 6457 6458 |
# File 'sig/types.rbs', line 6456 def next_token @next_token end |