Class: Aws::SESV2::Types::UpdateContactRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::UpdateContactRequest
 
 
- 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.
 - 
  
    
      #email_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact’s email address.
 - 
  
    
      #topic_preferences  ⇒ Array<Types::TopicPreference> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact’s preference for being opted-in to or opted-out of a topic.
 - 
  
    
      #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.
      7173 7174 7175 7176 7177 7178 7179 7180 7181  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7173 class UpdateContactRequest < 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.
      7173 7174 7175 7176 7177 7178 7179 7180 7181  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7173 class UpdateContactRequest < 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.
      7173 7174 7175 7176 7177 7178 7179 7180 7181  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7173 class UpdateContactRequest < 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 preference for being opted-in to or opted-out of a topic.
      7173 7174 7175 7176 7177 7178 7179 7180 7181  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7173 class UpdateContactRequest < 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.
      7173 7174 7175 7176 7177 7178 7179 7180 7181  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7173 class UpdateContactRequest < Struct.new( :contact_list_name, :email_address, :topic_preferences, :unsubscribe_all, :attributes_data) SENSITIVE = [] include Aws::Structure end  |