Class: Aws::EC2::Types::DeletePublicIpv4PoolResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeletePublicIpv4PoolResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #return_value  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the result of deleting the public IPv4 pool.
 
Instance Attribute Details
#return_value ⇒ Boolean
Information about the result of deleting the public IPv4 pool.
      16288 16289 16290 16291 16292  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 16288 class DeletePublicIpv4PoolResult < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end  |