Class: Aws::EC2::Types::RestoreAddressToClassicResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RestoreAddressToClassicResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #public_ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Elastic IP address.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The move status for the IP address.
 
Instance Attribute Details
#public_ip ⇒ String
The Elastic IP address.
      63118 63119 63120 63121 63122 63123  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63118 class RestoreAddressToClassicResult < Struct.new( :public_ip, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The move status for the IP address.
      63118 63119 63120 63121 63122 63123  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63118 class RestoreAddressToClassicResult < Struct.new( :public_ip, :status) SENSITIVE = [] include Aws::Structure end  |