DateFilter
public struct DateFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A date range for the date filter.
Declaration
Swift
public let dateRange: DateRange?
-
An end date for the date filter.
Declaration
Swift
public let end: String?
-
A start date for the date filter.
Declaration
Swift
public let start: String?
-
Undocumented
Declaration
Swift
public init(dateRange: DateRange? = nil, end: String? = nil, start: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws