Class: Aws::EC2::Types::InstanceStatusDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceStatusDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the instance status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #impaired_since  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when a status check failed.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of instance status.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status.
 
Instance Attribute Details
#impaired_since ⇒ Time
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
      45280 45281 45282 45283 45284 45285 45286  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45280 class InstanceStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The type of instance status.
      45280 45281 45282 45283 45284 45285 45286  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45280 class InstanceStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status.
      45280 45281 45282 45283 45284 45285 45286  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45280 class InstanceStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end  |