Class: Aws::Types::SendBounceRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendBounceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounce_sender ⇒ ::String
Returns the value of attribute bounce_sender.
-
#bounce_sender_arn ⇒ ::String
Returns the value of attribute bounce_sender_arn.
-
#bounced_recipient_info_list ⇒ ::Array[Types::BouncedRecipientInfo]
Returns the value of attribute bounced_recipient_info_list.
-
#explanation ⇒ ::String
Returns the value of attribute explanation.
-
#message_dsn ⇒ Types::MessageDsn
Returns the value of attribute message_dsn.
-
#original_message_id ⇒ ::String
Returns the value of attribute original_message_id.
Instance Attribute Details
#bounce_sender ⇒ ::String
Returns the value of attribute bounce_sender.
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.
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.
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.
823 824 825 |
# File 'sig/types.rbs', line 823 def explanation @explanation end |
#message_dsn ⇒ Types::MessageDsn
Returns the value of attribute message_dsn.
824 825 826 |
# File 'sig/types.rbs', line 824 def @message_dsn end |
#original_message_id ⇒ ::String
Returns the value of attribute original_message_id.
821 822 823 |
# File 'sig/types.rbs', line 821 def @original_message_id end |