Class: Aws::EC2::Types::InstanceStatusSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceStatusSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the status of an instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #details  ⇒ Array<Types::InstanceStatusDetails> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system instance health or application instance health.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status.
 
Instance Attribute Details
#details ⇒ Array<Types::InstanceStatusDetails>
The system instance health or application instance health.
      40999 41000 41001 41002 41003 41004  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40999 class InstanceStatusSummary < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status.
      40999 41000 41001 41002 41003 41004  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40999 class InstanceStatusSummary < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end  |