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:

  • ("USE_DEFAULT_VALUE", "REJECT_MESSAGE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def mail_from_domain
  @mail_from_domain
end