ActiveInstance
public struct ActiveInstance : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.
Declaration
Swift
public let instanceHealth: InstanceHealthStatus?
-
The ID of the instance.
Declaration
Swift
public let instanceId: String?
-
The instance type.
Declaration
Swift
public let instanceType: String?
-
The ID of the Spot Instance request.
Declaration
Swift
public let spotInstanceRequestId: String?
-
Undocumented
Declaration
Swift
public init(instanceHealth: InstanceHealthStatus? = nil, instanceId: String? = nil, instanceType: String? = nil, spotInstanceRequestId: String? = nil)