AWSEC2SlotStartTimeRangeRequest
Objective-C
@interface AWSEC2SlotStartTimeRangeRequest
Swift
class AWSEC2SlotStartTimeRangeRequest
Describes the time period for a Scheduled Instance to start its first schedule.
-
The earliest date and time, in UTC, for the Scheduled Instance to start.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable earliestTime;
Swift
var earliestTime: Date? { get set }
-
The latest date and time, in UTC, for the Scheduled Instance to start.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable latestTime;
Swift
var latestTime: Date? { get set }