Class: Aws::Types::SetIdentityMailFromDomainRequest

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"UseDefaultValue", "RejectMessage"

Returns the value of attribute behavior_on_mx_failure.

Returns:



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.

Returns:



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.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def mail_from_domain
  @mail_from_domain
end