AWSEC2DescribeSpotFleetRequestHistoryResponse
Objective-C
@interface AWSEC2DescribeSpotFleetRequestHistoryResponse
Swift
class AWSEC2DescribeSpotFleetRequestHistoryResponse
Contains the output of DescribeSpotFleetRequestHistory.
-
Information about the events in the history of the Spot Fleet request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2HistoryRecord *> *_Nullable historyRecords;
Swift
var historyRecords: [AWSEC2HistoryRecord]? { get set }
-
The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.
If
nextToken
indicates that there are more items, this value is not present.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastEvaluatedTime;
Swift
var lastEvaluatedTime: Date? { 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 }
-
The ID of the Spot Fleet request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable spotFleetRequestId;
Swift
var spotFleetRequestId: String? { get set }
-
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startTime;
Swift
var startTime: Date? { get set }