Class: Aws::PinpointEmail::Types::DeliverabilityTestReport

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

Overview

An object that contains metadata related to a predictive inbox placement test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time when the predictive inbox placement test was created, in Unix time format.

Returns:

  • (Time)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 613

class DeliverabilityTestReport < Struct.new(
  :report_id,
  :report_name,
  :subject,
  :from_email_address,
  :create_date,
  :deliverability_test_status)
  SENSITIVE = []
  include Aws::Structure
end

#deliverability_test_statusString

The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 613

class DeliverabilityTestReport < Struct.new(
  :report_id,
  :report_name,
  :subject,
  :from_email_address,
  :create_date,
  :deliverability_test_status)
  SENSITIVE = []
  include Aws::Structure
end

#from_email_addressString

The sender address that you specified for the predictive inbox placement test.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 613

class DeliverabilityTestReport < Struct.new(
  :report_id,
  :report_name,
  :subject,
  :from_email_address,
  :create_date,
  :deliverability_test_status)
  SENSITIVE = []
  include Aws::Structure
end

#report_idString

A unique string that identifies the predictive inbox placement test.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 613

class DeliverabilityTestReport < Struct.new(
  :report_id,
  :report_name,
  :subject,
  :from_email_address,
  :create_date,
  :deliverability_test_status)
  SENSITIVE = []
  include Aws::Structure
end

#report_nameString

A name that helps you identify a predictive inbox placement test report.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 613

class DeliverabilityTestReport < Struct.new(
  :report_id,
  :report_name,
  :subject,
  :from_email_address,
  :create_date,
  :deliverability_test_status)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

The subject line for an email that you submitted in a predictive inbox placement test.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 613

class DeliverabilityTestReport < Struct.new(
  :report_id,
  :report_name,
  :subject,
  :from_email_address,
  :create_date,
  :deliverability_test_status)
  SENSITIVE = []
  include Aws::Structure
end