Class: Aws::Types::DescribeTransitGatewayConnectPeersResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayConnectPeersResult
- 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_connect_peers ⇒ ::Array[Types::TransitGatewayConnectPeer]
Returns the value of attribute transit_gateway_connect_peers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7379 7380 7381 |
# File 'sig/types.rbs', line 7379 def next_token @next_token end |
#transit_gateway_connect_peers ⇒ ::Array[Types::TransitGatewayConnectPeer]
Returns the value of attribute transit_gateway_connect_peers.
7378 7379 7380 |
# File 'sig/types.rbs', line 7378 def transit_gateway_connect_peers @transit_gateway_connect_peers end |