DateRange
public struct DateRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A date range unit for the date filter.
Declaration
Swift
public let unit: DateRangeUnit?
-
A date range value for the date filter.
Declaration
Swift
public let value: Int?
-
Undocumented
Declaration
Swift
public init(unit: DateRangeUnit? = nil, value: Int? = nil)