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.
7667 7668 7669 |
# File 'sig/types.rbs', line 7667 def next_token @next_token end |
#transit_gateway_connects ⇒ ::Array[Types::TransitGatewayConnect]
Returns the value of attribute transit_gateway_connects.
7666 7667 7668 |
# File 'sig/types.rbs', line 7666 def transit_gateway_connects @transit_gateway_connects end |