Class: Aws::Types::CreateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_data ⇒ ::String
Returns the value of attribute attributes_data.
-
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#topic_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_preferences.
-
#unsubscribe_all ⇒ Boolean
Returns the value of attribute unsubscribe_all.
Instance Attribute Details
#attributes_data ⇒ ::String
Returns the value of attribute attributes_data.
224 225 226 |
# File 'sig/types.rbs', line 224 def attributes_data @attributes_data end |
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
220 221 222 |
# File 'sig/types.rbs', line 220 def contact_list_name @contact_list_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
221 222 223 |
# File 'sig/types.rbs', line 221 def email_address @email_address end |
#topic_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_preferences.
222 223 224 |
# File 'sig/types.rbs', line 222 def topic_preferences @topic_preferences end |
#unsubscribe_all ⇒ Boolean
Returns the value of attribute unsubscribe_all.
223 224 225 |
# File 'sig/types.rbs', line 223 def unsubscribe_all @unsubscribe_all end |