Class: Aws::Types::GetSuppressedDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSuppressedDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#email_address ⇒ ::String
Returns the value of attribute email_address.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def email_address @email_address end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def tenant_name @tenant_name end |