Class: Aws::Types::EmailRecipient
- Inherits:
-
Object
- Object
- Aws::Types::EmailRecipient
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def address @address end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def display_name @display_name end |