InstanceStatusDetails
public struct InstanceStatusDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
Declaration
Swift
public let impairedSince: TimeStamp?
-
The type of instance status.
Declaration
Swift
public let name: StatusName?
-
The status.
Declaration
Swift
public let status: StatusType?
-
Undocumented
Declaration
Swift
public init(impairedSince: TimeStamp? = nil, name: StatusName? = nil, status: StatusType? = nil)