Class: Aws::SESV2::Types::GetContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetContactResponse
- 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 belongs.
-
#created_timestamp ⇒ Time
A timestamp noting when the contact was created.
-
#email_address ⇒ String
The contact’s email address.
-
#last_updated_timestamp ⇒ Time
A timestamp noting the last time the contact’s information was updated.
-
#topic_default_preferences ⇒ Array<Types::TopicPreference>
The default topic preferences applied to the contact.
-
#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.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#contact_list_name ⇒ String
The name of the contact list to which the contact belongs.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
A timestamp noting when the contact was created.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The contact’s email address.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
A timestamp noting the last time the contact’s information was updated.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#topic_default_preferences ⇒ Array<Types::TopicPreference>
The default topic preferences applied to the contact.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) 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.>
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#unsubscribe_all ⇒ Boolean
A boolean value status noting if the contact is unsubscribed from all contact list topics.
2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2956 class GetContactResponse < Struct.new( :contact_list_name, :email_address, :topic_preferences, :topic_default_preferences, :unsubscribe_all, :attributes_data, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |