Class: Aws::EC2::Types::DeleteIpamResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteIpamResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipam  ⇒ Types::Ipam 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the results of the deletion.
 
Instance Attribute Details
#ipam ⇒ Types::Ipam
Information about the results of the deletion.
      15549 15550 15551 15552 15553  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15549 class DeleteIpamResult < Struct.new( :ipam) SENSITIVE = [] include Aws::Structure end  |