AWSEC2DescribeFleetHistoryResult

Objective-C

@interface AWSEC2DescribeFleetHistoryResult

Swift

class AWSEC2DescribeFleetHistoryResult
  • The ID of the EC Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fleetId;

    Swift

    var fleetId: String? { get set }
  • Information about the events in the history of the EC2 Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2HistoryRecordEntry *> *_Nullable historyRecords;

    Swift

    var historyRecords: [AWSEC2HistoryRecordEntry]? { 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 start 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 }