Class: Aws::Types::PutEmailIdentityMailFromAttributesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#behavior_on_mx_failure"USE_DEFAULT_VALUE", "REJECT_MESSAGE"

Returns the value of attribute behavior_on_mx_failure.

Returns:



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.

Returns:



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.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def mail_from_domain
  @mail_from_domain
end