AWS SDK for .NET Documentation
ConsoleOutput Class
AmazonAmazon.EC2.ModelConsoleOutput Did this page help you?   Yes   No    Tell us about it...
Instance console output
Declaration Syntax
C#
public class ConsoleOutput
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ConsoleOutput()()()()
Initializes a new instance of the ConsoleOutput class

Equals(Object)
Determines whether the specified Object is equal to the current 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
The instance ID.

IsSetInstanceId()()()()
Checks if InstanceId property is set

IsSetOutput()()()()
Checks if Output property is set

IsSetTimestamp()()()()
Checks if Timestamp property is set

Output
The console output, Base64 encoded.

Timestamp
The time the output was last updated.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInstanceId(String) Obsolete.
Sets the instance ID.

WithOutput(String) Obsolete.
Sets the console output, Base64 encoded.

WithTimestamp(String) Obsolete.
Sets the time the output was last updated.

Inheritance Hierarchy
Object
ConsoleOutput

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)