Class: Aws::Types::DescribeTransitGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transit_gateways ⇒ ::Array[Types::TransitGateway]
Returns the value of attribute transit_gateways.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7697 7698 7699 |
# File 'sig/types.rbs', line 7697 def next_token @next_token end |
#transit_gateways ⇒ ::Array[Types::TransitGateway]
Returns the value of attribute transit_gateways.
7696 7697 7698 |
# File 'sig/types.rbs', line 7696 def transit_gateways @transit_gateways end |