Class: Aws::Types::DescribeTransitGatewayConnectsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayConnectsResult
- 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_connects ⇒ ::Array[Types::TransitGatewayConnect]
Returns the value of attribute transit_gateway_connects.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7394 7395 7396 |
# File 'sig/types.rbs', line 7394 def next_token @next_token end |
#transit_gateway_connects ⇒ ::Array[Types::TransitGatewayConnect]
Returns the value of attribute transit_gateway_connects.
7393 7394 7395 |
# File 'sig/types.rbs', line 7393 def transit_gateway_connects @transit_gateway_connects end |