Class: Aws::Types::ContactListDestination
- Inherits:
-
Object
- Object
- Aws::Types::ContactListDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_list_import_action ⇒ "DELETE", "PUT"
Returns the value of attribute contact_list_import_action.
-
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
Instance Attribute Details
#contact_list_import_action ⇒ "DELETE", "PUT"
Returns the value of attribute contact_list_import_action.
161 162 163 |
# File 'sig/types.rbs', line 161 def contact_list_import_action @contact_list_import_action end |
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
160 161 162 |
# File 'sig/types.rbs', line 160 def contact_list_name @contact_list_name end |