Class: Aws::SESV2::Types::CreateContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateContactRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes_data ⇒ String
The attribute data attached to a contact.
-
#contact_list_name ⇒ String
The name of the contact list to which the contact should be added.
-
#email_address ⇒ String
The contact’s email address.
-
#topic_preferences ⇒ Array<Types::TopicPreference>
The contact’s preferences for being opted-in to or opted-out of topics.
-
#unsubscribe_all ⇒ Boolean
A boolean value status noting if the contact is unsubscribed from all contact list topics.
Instance Attribute Details
#attributes_data ⇒ String
The attribute data attached to a contact.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-sesv2/types.rb', line 815 class CreateContactRequest < Struct.new( :contact_list_name, :email_address, :topic_preferences, :unsubscribe_all, :attributes_data) SENSITIVE = [] include Aws::Structure end |
#contact_list_name ⇒ String
The name of the contact list to which the contact should be added.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-sesv2/types.rb', line 815 class CreateContactRequest < Struct.new( :contact_list_name, :email_address, :topic_preferences, :unsubscribe_all, :attributes_data) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The contact’s email address.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-sesv2/types.rb', line 815 class CreateContactRequest < Struct.new( :contact_list_name, :email_address, :topic_preferences, :unsubscribe_all, :attributes_data) SENSITIVE = [] include Aws::Structure end |
#topic_preferences ⇒ Array<Types::TopicPreference>
The contact’s preferences for being opted-in to or opted-out of topics.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-sesv2/types.rb', line 815 class CreateContactRequest < Struct.new( :contact_list_name, :email_address, :topic_preferences, :unsubscribe_all, :attributes_data) SENSITIVE = [] include Aws::Structure end |
#unsubscribe_all ⇒ Boolean
A boolean value status noting if the contact is unsubscribed from all contact list topics.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-sesv2/types.rb', line 815 class CreateContactRequest < Struct.new( :contact_list_name, :email_address, :topic_preferences, :unsubscribe_all, :attributes_data) SENSITIVE = [] include Aws::Structure end |