Class: Aws::Types::GetTransitGatewayRouteTableAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayRouteTableAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::TransitGatewayRouteTableAssociation]
Returns the value of attribute associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#associations ⇒ ::Array[Types::TransitGatewayRouteTableAssociation]
Returns the value of attribute associations.
10519 10520 10521 |
# File 'sig/types.rbs', line 10519 def associations @associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10520 10521 10522 |
# File 'sig/types.rbs', line 10520 def next_token @next_token end |