Class: Aws::Types::GetTransitGatewayRouteTablePropagationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayRouteTablePropagationsResult
- 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_table_propagations ⇒ ::Array[Types::TransitGatewayRouteTablePropagation]
Returns the value of attribute transit_gateway_route_table_propagations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10535 10536 10537 |
# File 'sig/types.rbs', line 10535 def next_token @next_token end |
#transit_gateway_route_table_propagations ⇒ ::Array[Types::TransitGatewayRouteTablePropagation]
Returns the value of attribute transit_gateway_route_table_propagations.
10534 10535 10536 |
# File 'sig/types.rbs', line 10534 def transit_gateway_route_table_propagations @transit_gateway_route_table_propagations end |