class Aws::SESV2::Types::GetDomainStatisticsReportRequest
A request to obtain deliverability metrics for a domain.
@note When making an API call, you may pass GetDomainStatisticsReportRequest
data as a hash: { domain: "Identity", # required start_date: Time.now, # required end_date: Time.now, # required }
@!attribute [rw] domain
The domain that you want to obtain deliverability metrics for. @return [String]
@!attribute [rw] start_date
The first day (in Unix time) that you want to obtain domain deliverability metrics for. @return [Time]
@!attribute [rw] end_date
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`. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDomainStatisticsReportRequest AWS API Documentation
Constants
- SENSITIVE