AWSEC2DescribeFleetInstancesResult
Objective-C
@interface AWSEC2DescribeFleetInstancesResult
Swift
class AWSEC2DescribeFleetInstancesResult
-
The running instances. This list is refreshed periodically and might be out of date.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ActiveInstance *> *_Nullable activeInstances;
Swift
var activeInstances: [AWSEC2ActiveInstance]? { get set }
-
The ID of the EC2 Fleet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fleetId;
Swift
var fleetId: String? { get set }
-
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }