Class: Aws::Types::DeleteContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
Instance Attribute Details
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
421 422 423 |
# File 'sig/types.rbs', line 421 def contact_list_name @contact_list_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
422 423 424 |
# File 'sig/types.rbs', line 422 def email_address @email_address end |