Class: Aws::Types::SetIdentityMailFromDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityMailFromDomainRequest
- 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.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
Instance Attribute Details
#behavior_on_mx_failure ⇒ "UseDefaultValue", "RejectMessage"
Returns the value of attribute behavior_on_mx_failure.
970 971 972 |
# File 'sig/types.rbs', line 970 def behavior_on_mx_failure @behavior_on_mx_failure end |
#identity ⇒ ::String
Returns the value of attribute identity.
968 969 970 |
# File 'sig/types.rbs', line 968 def identity @identity end |
#mail_from_domain ⇒ ::String
Returns the value of attribute mail_from_domain.
969 970 971 |
# File 'sig/types.rbs', line 969 def mail_from_domain @mail_from_domain end |