Class: Aws::Types::SendBounceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_sender::String

Returns the value of attribute bounce_sender.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def bounce_sender
  @bounce_sender
end

#bounce_sender_arn::String

Returns the value of attribute bounce_sender_arn.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def bounce_sender_arn
  @bounce_sender_arn
end

#bounced_recipient_info_list::Array[Types::BouncedRecipientInfo]

Returns the value of attribute bounced_recipient_info_list.

Returns:



825
826
827
# File 'sig/types.rbs', line 825

def bounced_recipient_info_list
  @bounced_recipient_info_list
end

#explanation::String

Returns the value of attribute explanation.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def explanation
  @explanation
end

#message_dsnTypes::MessageDsn

Returns the value of attribute message_dsn.

Returns:



824
825
826
# File 'sig/types.rbs', line 824

def message_dsn
  @message_dsn
end

#original_message_id::String

Returns the value of attribute original_message_id.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def original_message_id
  @original_message_id
end