AWSEC2SlotDateTimeRangeRequest
Objective-C
@interface AWSEC2SlotDateTimeRangeRequest
Swift
class AWSEC2SlotDateTimeRangeRequest
Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.
Required parameters: [EarliestTime, LatestTime]
-
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. This value must be later than or equal to the earliest date and at most three months in the future.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable latestTime;
Swift
var latestTime: Date? { get set }