Class: Aws::Types::SuppressedDestination
- Inherits:
-
Object
- Object
- Aws::Types::SuppressedDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::SuppressedDestinationAttributes
Returns the value of attribute attributes.
-
#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.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#attributes ⇒ Types::SuppressedDestinationAttributes
Returns the value of attribute attributes.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def attributes @attributes end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def email_address @email_address end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def last_update_time @last_update_time end |
#reason ⇒ "BOUNCE", "COMPLAINT"
Returns the value of attribute reason.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def reason @reason end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def tenant_name @tenant_name end |