Class: Aws::Types::BouncedRecipientInfo
- Inherits:
-
Object
- Object
- Aws::Types::BouncedRecipientInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounce_type ⇒ "DoesNotExist", ...
Returns the value of attribute bounce_type.
-
#recipient ⇒ ::String
Returns the value of attribute recipient.
-
#recipient_arn ⇒ ::String
Returns the value of attribute recipient_arn.
-
#recipient_dsn_fields ⇒ Types::RecipientDsnFields
Returns the value of attribute recipient_dsn_fields.
Instance Attribute Details
#bounce_type ⇒ "DoesNotExist", ...
Returns the value of attribute bounce_type.
43 44 45 |
# File 'sig/types.rbs', line 43 def bounce_type @bounce_type end |
#recipient ⇒ ::String
Returns the value of attribute recipient.
41 42 43 |
# File 'sig/types.rbs', line 41 def recipient @recipient end |
#recipient_arn ⇒ ::String
Returns the value of attribute recipient_arn.
42 43 44 |
# File 'sig/types.rbs', line 42 def recipient_arn @recipient_arn end |
#recipient_dsn_fields ⇒ Types::RecipientDsnFields
Returns the value of attribute recipient_dsn_fields.
44 45 46 |
# File 'sig/types.rbs', line 44 def recipient_dsn_fields @recipient_dsn_fields end |