DescribeInstancesHealthResult
public struct DescribeInstancesHealthResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Detailed health information about each instance. The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.
Declaration
Swift
public let instanceHealthList: [SingleInstanceHealth]? -
Pagination token for the next page of results, if available.
Declaration
Swift
public let nextToken: String? -
The date and time that the health information was retrieved.
Declaration
Swift
public let refreshedAt: TimeStamp? -
Undocumented
Declaration
Swift
public init(instanceHealthList: [SingleInstanceHealth]? = nil, nextToken: String? = nil, refreshedAt: TimeStamp? = nil)
View on GitHub
DescribeInstancesHealthResult Structure Reference