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.
7562 7563 7564 |
# File 'sig/types.rbs', line 7562 def next_token @next_token end |
#transit_gateway_connect_peers ⇒ ::Array[Types::TransitGatewayConnectPeer]
Returns the value of attribute transit_gateway_connect_peers.
7561 7562 7563 |
# File 'sig/types.rbs', line 7561 def transit_gateway_connect_peers @transit_gateway_connect_peers end |