Class: Aws::Redshift::Types::ElasticIpStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ElasticIpStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes the status of the elastic IP (EIP) address.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #elastic_ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The elastic IP (EIP) address for the cluster.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the elastic IP (EIP) address.
 
Instance Attribute Details
#elastic_ip ⇒ String
The elastic IP (EIP) address for the cluster.
      5988 5989 5990 5991 5992 5993  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 5988 class ElasticIpStatus < Struct.new( :elastic_ip, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the elastic IP (EIP) address.
      5988 5989 5990 5991 5992 5993  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 5988 class ElasticIpStatus < Struct.new( :elastic_ip, :status) SENSITIVE = [] include Aws::Structure end  |