TimeRange
public struct TimeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The UNIX datetime of the end of the time range.
Declaration
Swift
public let endTime: TimeStamp?
-
The UNIX datetime of the beginning of the time range.
Declaration
Swift
public let startTime: TimeStamp?