Class: Aws::EC2::Types::DeleteCoipCidrResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteCoipCidrResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #coip_cidr  ⇒ Types::CoipCidr 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a range of customer-owned IP addresses.
 
Instance Attribute Details
#coip_cidr ⇒ Types::CoipCidr
Information about a range of customer-owned IP addresses.
      14883 14884 14885 14886 14887  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14883 class DeleteCoipCidrResult < Struct.new( :coip_cidr) SENSITIVE = [] include Aws::Structure end  |