Retrieves console output for the specified instance.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetConsoleOutputRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetConsoleOutputRequest()()()() | Initializes a new instance of the GetConsoleOutputRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            ID of the instance for which you want console output.
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the ID of the instance for which you want console output.
             | 
 Remarks
 Remarks
            Instance console output is buffered and posted shortly
            after instance boot, reboot, and termination.
            Amazon EC2 preserves the most recent 64 KB output which
            will be available for at least one hour after the most
            recent post.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | GetConsoleOutputRequest | |