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.
      16614 16615 16616 16617 16618  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 16614 class DeleteTransitGatewayConnectPeerResult < Struct.new( :transit_gateway_connect_peer) SENSITIVE = [] include Aws::Structure end  |