Class: Aws::EC2::Types::DeleteEgressOnlyInternetGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteEgressOnlyInternetGatewayResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #return_code  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns ‘true` if the request succeeds; otherwise, it returns an error.
 
Instance Attribute Details
#return_code ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
      15111 15112 15113 15114 15115  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15111 class DeleteEgressOnlyInternetGatewayResult < Struct.new( :return_code) SENSITIVE = [] include Aws::Structure end  |