AWSEC2DescribeSpotFleetRequestHistoryResponse
Objective-C
@interface AWSEC2DescribeSpotFleetRequestHistoryResponseSwift
class AWSEC2DescribeSpotFleetRequestHistoryResponseContains the output of DescribeSpotFleetRequestHistory.
- 
                  
                  Information about the events in the history of the Spot Fleet request. DeclarationObjective-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 nextTokenindicates that there are more items, this value is not present.DeclarationObjective-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 nullwhen there are no more items to return.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextToken;Swift var nextToken: String? { get set }
- 
                  
                  The ID of the Spot Fleet request. DeclarationObjective-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). DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable startTime;Swift var startTime: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2DescribeSpotFleetRequestHistoryResponse Class Reference
        AWSEC2DescribeSpotFleetRequestHistoryResponse Class Reference