Class: Aws::EC2::Types::DeleteTransitGatewayConnectPeerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayConnectPeerResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_connect_peer ⇒ Types::TransitGatewayConnectPeer
Information about the deleted Connect peer.
Instance Attribute Details
#transit_gateway_connect_peer ⇒ Types::TransitGatewayConnectPeer
Information about the deleted Connect peer.
16572 16573 16574 16575 16576 |
# File 'lib/aws-sdk-ec2/types.rb', line 16572 class DeleteTransitGatewayConnectPeerResult < Struct.new( :transit_gateway_connect_peer) SENSITIVE = [] include Aws::Structure end |