Class: Aws::EC2::Types::CoipAddressUsage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CoipAddressUsage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes address usage for a customer-owned address pool.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allocation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The allocation ID of the address.
 - 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID.
 - 
  
    
      #aws_service  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services service.
 - 
  
    
      #co_ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The customer-owned IP address.
 
Instance Attribute Details
#allocation_id ⇒ String
The allocation ID of the address.
      6601 6602 6603 6604 6605 6606 6607 6608  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6601 class CoipAddressUsage < Struct.new( :allocation_id, :aws_account_id, :aws_service, :co_ip) SENSITIVE = [] include Aws::Structure end  | 
  
#aws_account_id ⇒ String
The Amazon Web Services account ID.
      6601 6602 6603 6604 6605 6606 6607 6608  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6601 class CoipAddressUsage < Struct.new( :allocation_id, :aws_account_id, :aws_service, :co_ip) SENSITIVE = [] include Aws::Structure end  | 
  
#aws_service ⇒ String
The Amazon Web Services service.
      6601 6602 6603 6604 6605 6606 6607 6608  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6601 class CoipAddressUsage < Struct.new( :allocation_id, :aws_account_id, :aws_service, :co_ip) SENSITIVE = [] include Aws::Structure end  | 
  
#co_ip ⇒ String
The customer-owned IP address.
      6601 6602 6603 6604 6605 6606 6607 6608  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6601 class CoipAddressUsage < Struct.new( :allocation_id, :aws_account_id, :aws_service, :co_ip) SENSITIVE = [] include Aws::Structure end  |