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.
638 639 640 |
# File 'sig/types.rbs', line 638 def behavior_on_mx_failure @behavior_on_mx_failure end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
636 637 638 |
# File 'sig/types.rbs', line 636 def email_identity @email_identity end |
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
637 638 639 |
# File 'sig/types.rbs', line 637 def mail_from_domain @mail_from_domain end |