Class: Aws::Types::IdentityMailFromDomainAttributes
- Inherits:
-
Object
- Object
- Aws::Types::IdentityMailFromDomainAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior_on_mx_failure ⇒ "UseDefaultValue", "RejectMessage"
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 ⇒ "UseDefaultValue", "RejectMessage"
Returns the value of attribute behavior_on_mx_failure.
491 492 493 |
# File 'sig/types.rbs', line 491 def behavior_on_mx_failure @behavior_on_mx_failure end |
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
489 490 491 |
# File 'sig/types.rbs', line 489 def mail_from_domain @mail_from_domain end |
#mail_from_domain_status ⇒ "Pending", ...
Returns the value of attribute mail_from_domain_status.
490 491 492 |
# File 'sig/types.rbs', line 490 def mail_from_domain_status @mail_from_domain_status end |