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.
7667 7668 7669 |
# File 'sig/types.rbs', line 7667 def next_token @next_token end |
#transit_gateway_route_tables ⇒ ::Array[Types::TransitGatewayRouteTable]
Returns the value of attribute transit_gateway_route_tables.
7666 7667 7668 |
# File 'sig/types.rbs', line 7666 def transit_gateway_route_tables @transit_gateway_route_tables end |