You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::GetDomainStatisticsReportRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDomainStatisticsReportRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain: "Identity", # required
  start_date: Time.now, # required
  end_date: Time.now, # required
}

A request to obtain deliverability metrics for a domain.

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain that you want to obtain deliverability metrics for.

Returns:

  • (String)

    The domain that you want to obtain deliverability metrics for.

#end_dateTime

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.

Returns:

  • (Time)

    The last day (in Unix time) that you want to obtain domain deliverability metrics for.

#start_dateTime

The first day (in Unix time) that you want to obtain domain deliverability metrics for.

Returns:

  • (Time)

    The first day (in Unix time) that you want to obtain domain deliverability metrics for.