Class: Aws::Types::MailFromAttributes
- Inherits:
-
Object
- Object
- Aws::Types::MailFromAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior_on_mx_failure ⇒ "USE_DEFAULT_VALUE", "REJECT_MESSAGE"
Returns the value of attribute behavior_on_mx_failure.
-
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
-
#mail_from_domain_status ⇒ "PENDING", ...
Returns the value of attribute mail_from_domain_status.
Instance Attribute Details
#behavior_on_mx_failure ⇒ "USE_DEFAULT_VALUE", "REJECT_MESSAGE"
Returns the value of attribute behavior_on_mx_failure.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def behavior_on_mx_failure @behavior_on_mx_failure end |
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def mail_from_domain @mail_from_domain end |
#mail_from_domain_status ⇒ "PENDING", ...
Returns the value of attribute mail_from_domain_status.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def mail_from_domain_status @mail_from_domain_status end |