TimeRange
public struct TimeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The end time of the time range. Specify null to leave the end time open-ended.
Declaration
Swift
public let end: TimeStamp?
-
The start time of the time range. Specify null to leave the start time open-ended.
Declaration
Swift
public let start: TimeStamp?