Class: Aws::EC2::Types::MovingAddressStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::MovingAddressStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
<note markdown=“1”> This action is deprecated.
</note>
Describes the status of a moving Elastic IP address.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #move_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the Elastic IP address that’s being moved or restored.
 - 
  
    
      #public_ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Elastic IP address.
 
Instance Attribute Details
#move_status ⇒ String
The status of the Elastic IP address that’s being moved or restored.
      56011 56012 56013 56014 56015 56016  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56011 class MovingAddressStatus < Struct.new( :move_status, :public_ip) SENSITIVE = [] include Aws::Structure end  | 
  
#public_ip ⇒ String
The Elastic IP address.
      56011 56012 56013 56014 56015 56016  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56011 class MovingAddressStatus < Struct.new( :move_status, :public_ip) SENSITIVE = [] include Aws::Structure end  |