TimeRange
public struct TimeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The start time, in Unix time in seconds. For more information see timestamp.
Declaration
Swift
public let fromInclusive: TimeStamp? -
The end time, in Unix time in seconds. For more information see timestamp.
Declaration
Swift
public let toExclusive: TimeStamp?
View on GitHub
TimeRange Structure Reference