Class: Aws::Types::DescribeTransitGatewayRouteTablesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayRouteTablesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transit_gateway_route_tables ⇒ ::Array[Types::TransitGatewayRouteTable]
Returns the value of attribute transit_gateway_route_tables.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7484 7485 7486 |
# File 'sig/types.rbs', line 7484 def next_token @next_token end |
#transit_gateway_route_tables ⇒ ::Array[Types::TransitGatewayRouteTable]
Returns the value of attribute transit_gateway_route_tables.
7483 7484 7485 |
# File 'sig/types.rbs', line 7483 def transit_gateway_route_tables @transit_gateway_route_tables end |