You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::GetConsoleOutputResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::GetConsoleOutputResult
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the instance. 
- 
  
    
      #output  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The console output, base64-encoded. 
- 
  
    
      #timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the output was last updated. 
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
#output ⇒ String
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
#timestamp ⇒ Time
The time at which the output was last updated.