Class: Aws::Types::BounceAction
- Inherits:
-
Object
- Object
- Aws::Types::BounceAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#sender ⇒ ::String
Returns the value of attribute sender.
-
#smtp_reply_code ⇒ ::String
Returns the value of attribute smtp_reply_code.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
35 36 37 |
# File 'sig/types.rbs', line 35 def end |
#sender ⇒ ::String
Returns the value of attribute sender.
36 37 38 |
# File 'sig/types.rbs', line 36 def sender @sender end |
#smtp_reply_code ⇒ ::String
Returns the value of attribute smtp_reply_code.
33 34 35 |
# File 'sig/types.rbs', line 33 def smtp_reply_code @smtp_reply_code end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
34 35 36 |
# File 'sig/types.rbs', line 34 def status_code @status_code end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
32 33 34 |
# File 'sig/types.rbs', line 32 def topic_arn @topic_arn end |