Class: Aws::NetworkManager::Types::AssociateTransitGatewayConnectPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AssociateTransitGatewayConnectPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_connect_peer_association ⇒ Types::TransitGatewayConnectPeerAssociation
The transit gateway Connect peer association.
Instance Attribute Details
#transit_gateway_connect_peer_association ⇒ Types::TransitGatewayConnectPeerAssociation
The transit gateway Connect peer association.
236 237 238 239 240 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 236 class AssociateTransitGatewayConnectPeerResponse < Struct.new( :transit_gateway_connect_peer_association) SENSITIVE = [] include Aws::Structure end |