Class: Aws::Types::PutEmailIdentityMailFromAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEmailIdentityMailFromAttributesRequest
- 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.
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
Instance Attribute Details
#behavior_on_mx_failure ⇒ "USE_DEFAULT_VALUE", "REJECT_MESSAGE"
Returns the value of attribute behavior_on_mx_failure.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def behavior_on_mx_failure @behavior_on_mx_failure end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def email_identity @email_identity end |
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def mail_from_domain @mail_from_domain end |