DescribeInstancesHealthResult class

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

Constructors

DescribeInstancesHealthResult({List<SingleInstanceHealth>? instanceHealthList, String? nextToken, DateTime? refreshedAt})
DescribeInstancesHealthResult.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceHealthList List<SingleInstanceHealth>?
Detailed health information about each instance.
final
nextToken String?
Pagination token for the next page of results, if available.
final
refreshedAt DateTime?
The date and time that the health information was retrieved.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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