Class: Aws::Types::MailFromAttributes

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")


1414
1415
1416
# File 'sig/types.rbs', line 1414

def behavior_on_mx_failure
  @behavior_on_mx_failure
end

#mail_from_domain::String

Returns the value of attribute mail_from_domain.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def mail_from_domain
  @mail_from_domain
end

#mail_from_domain_status"PENDING", ...

Returns the value of attribute mail_from_domain_status.

Returns:

  • ("PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE")


1413
1414
1415
# File 'sig/types.rbs', line 1413

def mail_from_domain_status
  @mail_from_domain_status
end