DateTimeRange
public struct DateTimeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The starting date and time of a time range.
Declaration
Swift
public let from: TimeStamp?
-
The ending date and time of a time range.
Declaration
Swift
public let to: TimeStamp?