SlotStartTimeRangeRequest
public struct SlotStartTimeRangeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The earliest date and time, in UTC, for the Scheduled Instance to start.
Declaration
Swift
public let earliestTime: TimeStamp?
-
The latest date and time, in UTC, for the Scheduled Instance to start.
Declaration
Swift
public let latestTime: TimeStamp?