Class: Aws::Types::RecipientDsnFields

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"failed", ...

Returns the value of attribute action.

Returns:

  • ("failed", "delayed", "delivered", "relayed", "expanded")


765
766
767
# File 'sig/types.rbs', line 765

def action
  @action
end

#diagnostic_code::String

Returns the value of attribute diagnostic_code.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def diagnostic_code
  @diagnostic_code
end

#extension_fields::Array[Types::ExtensionField]

Returns the value of attribute extension_fields.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def extension_fields
  @extension_fields
end

#final_recipient::String

Returns the value of attribute final_recipient.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def final_recipient
  @final_recipient
end

#last_attempt_date::Time

Returns the value of attribute last_attempt_date.

Returns:

  • (::Time)


769
770
771
# File 'sig/types.rbs', line 769

def last_attempt_date
  @last_attempt_date
end

#remote_mta::String

Returns the value of attribute remote_mta.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def remote_mta
  @remote_mta
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def status
  @status
end