Class: Aws::Types::SuppressedDestinationSummary
- Inherits:
-
Object
- Object
- Aws::Types::SuppressedDestinationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#reason ⇒ "BOUNCE", "COMPLAINT"
Returns the value of attribute reason.
Instance Attribute Details
#email_address ⇒ ::String
Returns the value of attribute email_address.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def email_address @email_address end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def last_update_time @last_update_time end |
#reason ⇒ "BOUNCE", "COMPLAINT"
Returns the value of attribute reason.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def reason @reason end |