Class: Aws::Types::RecipientDsnFields
- Inherits:
-
Object
- Object
- Aws::Types::RecipientDsnFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "failed", ...
Returns the value of attribute action.
-
#diagnostic_code ⇒ ::String
Returns the value of attribute diagnostic_code.
-
#extension_fields ⇒ ::Array[Types::ExtensionField]
Returns the value of attribute extension_fields.
-
#final_recipient ⇒ ::String
Returns the value of attribute final_recipient.
-
#last_attempt_date ⇒ ::Time
Returns the value of attribute last_attempt_date.
-
#remote_mta ⇒ ::String
Returns the value of attribute remote_mta.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#action ⇒ "failed", ...
Returns the value of attribute action.
765 766 767 |
# File 'sig/types.rbs', line 765 def action @action end |
#diagnostic_code ⇒ ::String
Returns the value of attribute diagnostic_code.
768 769 770 |
# File 'sig/types.rbs', line 768 def diagnostic_code @diagnostic_code end |
#extension_fields ⇒ ::Array[Types::ExtensionField]
Returns the value of attribute extension_fields.
770 771 772 |
# File 'sig/types.rbs', line 770 def extension_fields @extension_fields end |
#final_recipient ⇒ ::String
Returns the value of attribute final_recipient.
764 765 766 |
# File 'sig/types.rbs', line 764 def final_recipient @final_recipient end |
#last_attempt_date ⇒ ::Time
Returns the value of attribute last_attempt_date.
769 770 771 |
# File 'sig/types.rbs', line 769 def last_attempt_date @last_attempt_date end |
#remote_mta ⇒ ::String
Returns the value of attribute remote_mta.
766 767 768 |
# File 'sig/types.rbs', line 766 def remote_mta @remote_mta end |
#status ⇒ ::String
Returns the value of attribute status.
767 768 769 |
# File 'sig/types.rbs', line 767 def status @status end |