Class: Aws::EC2::Types::DeleteCarrierGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteCarrierGatewayResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #carrier_gateway  ⇒ Types::CarrierGateway 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the carrier gateway.
 
Instance Attribute Details
#carrier_gateway ⇒ Types::CarrierGateway
Information about the carrier gateway.
      14770 14771 14772 14773 14774  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14770 class DeleteCarrierGatewayResult < Struct.new( :carrier_gateway) SENSITIVE = [] include Aws::Structure end  |