AWSEC2ActiveInstance
Objective-C
@interface AWSEC2ActiveInstance
Swift
class AWSEC2ActiveInstance
Describes a running instance in a Spot Fleet.
-
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 isunhealthy
. Otherwise, the health status ishealthy
.Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceHealthStatus instanceHealth;
Swift
var instanceHealth: AWSEC2InstanceHealthStatus { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceType;
Swift
var instanceType: String? { get set }
-
The ID of the Spot Instance request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable spotInstanceRequestId;
Swift
var spotInstanceRequestId: String? { get set }