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