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.
10744 10745 10746 |
# File 'sig/types.rbs', line 10744 def associations @associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10745 10746 10747 |
# File 'sig/types.rbs', line 10745 def next_token @next_token end |