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.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def local_gateway_route_tables @local_gateway_route_tables end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6639 6640 6641 |
# File 'sig/types.rbs', line 6639 def next_token @next_token end |