GetDomainStatisticsReportRequest
public struct GetDomainStatisticsReportRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The domain that you want to obtain deliverability metrics for.
Declaration
Swift
public let domain: String
-
The last day (in Unix time) that you want to obtain domain deliverability metrics for. The EndDate that you specify has to be less than or equal to 30 days after the StartDate.
Declaration
Swift
public let endDate: TimeStamp
-
The first day (in Unix time) that you want to obtain domain deliverability metrics for.
Declaration
Swift
public let startDate: TimeStamp
-
Declaration
Swift
public func validate(name: String) throws