Class: Aws::Types::DeliverabilityTestReport
- Inherits:
-
Object
- Object
- Aws::Types::DeliverabilityTestReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#deliverability_test_status ⇒ "IN_PROGRESS", "COMPLETED"
Returns the value of attribute deliverability_test_status.
-
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#report_name ⇒ ::String
Returns the value of attribute report_name.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
511 512 513 |
# File 'sig/types.rbs', line 511 def create_date @create_date end |
#deliverability_test_status ⇒ "IN_PROGRESS", "COMPLETED"
Returns the value of attribute deliverability_test_status.
512 513 514 |
# File 'sig/types.rbs', line 512 def deliverability_test_status @deliverability_test_status end |
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
510 511 512 |
# File 'sig/types.rbs', line 510 def from_email_address @from_email_address end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def report_id @report_id end |
#report_name ⇒ ::String
Returns the value of attribute report_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def report_name @report_name end |
#subject ⇒ ::String
Returns the value of attribute subject.
509 510 511 |
# File 'sig/types.rbs', line 509 def subject @subject end |