The information retrieved from the Amazon EC2 instances.
| C# |
public class EnvironmentInfoDescription
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EnvironmentInfoDescription()()()() | Initializes a new instance of the EnvironmentInfoDescription class | |
| Ec2InstanceId |
The Amazon EC2 Instance ID for this information.
| |
| 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.) | |
| InfoType |
The type of information retrieved.
Constraints: | |
| Message |
The retrieved information.
| |
| SampleTimestamp |
The time stamp when this information was retrieved.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithEc2InstanceId(String) |
Sets the Ec2InstanceId property
| |
| WithInfoType(String) |
Sets the InfoType property
| |
| WithMessage(String) |
Sets the Message property
| |
| WithSampleTimestamp(DateTime) |
Sets the SampleTimestamp property
|
| Object | |
| EnvironmentInfoDescription | |