StatusReport
public struct StatusReport : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.
Declaration
Swift
public let checkedTime: TimeStamp? -
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(checkedTime: TimeStamp? = nil, status: String? = nil)
View on GitHub
StatusReport Structure Reference