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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

A request to obtain deliverability metrics for a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain that you want to obtain deliverability metrics for.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3279

class GetDomainStatisticsReportRequest < Struct.new(
  :domain,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3279

class GetDomainStatisticsReportRequest < Struct.new(
  :domain,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

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

Returns:

  • (Time)


3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3279

class GetDomainStatisticsReportRequest < Struct.new(
  :domain,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end