EnvironmentInfoDescription class

The information retrieved from the Amazon EC2 instances.

Constructors

EnvironmentInfoDescription({String? ec2InstanceId, EnvironmentInfoType? infoType, String? message, DateTime? sampleTimestamp})
EnvironmentInfoDescription.fromXml(XmlElement elem)
factory

Properties

ec2InstanceId String?
The Amazon EC2 Instance ID for this information.
final
hashCode int
The hash code for this object.
no setterinherited
infoType EnvironmentInfoType?
The type of information retrieved.
final
message String?
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleTimestamp DateTime?
The time stamp when this information was retrieved.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited