Module: Aws::SESV2::Client::_GetContactResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetContactResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes_data ⇒ ::String
- #contact_list_name ⇒ ::String
- #created_timestamp ⇒ ::Time
- #email_address ⇒ ::String
- #last_updated_timestamp ⇒ ::Time
- #topic_default_preferences ⇒ ::Array[Types::TopicPreference]
- #topic_preferences ⇒ ::Array[Types::TopicPreference]
- #unsubscribe_all ⇒ Boolean
Instance Method Details
#attributes_data ⇒ ::String
638 |
# File 'sig/client.rbs', line 638 def attributes_data: () -> ::String |
#contact_list_name ⇒ ::String
633 |
# File 'sig/client.rbs', line 633 def contact_list_name: () -> ::String |
#created_timestamp ⇒ ::Time
639 |
# File 'sig/client.rbs', line 639 def created_timestamp: () -> ::Time |
#email_address ⇒ ::String
634 |
# File 'sig/client.rbs', line 634 def email_address: () -> ::String |
#last_updated_timestamp ⇒ ::Time
640 |
# File 'sig/client.rbs', line 640 def last_updated_timestamp: () -> ::Time |
#topic_default_preferences ⇒ ::Array[Types::TopicPreference]
636 |
# File 'sig/client.rbs', line 636 def topic_default_preferences: () -> ::Array[Types::TopicPreference] |
#topic_preferences ⇒ ::Array[Types::TopicPreference]
635 |
# File 'sig/client.rbs', line 635 def topic_preferences: () -> ::Array[Types::TopicPreference] |
#unsubscribe_all ⇒ Boolean
637 |
# File 'sig/client.rbs', line 637 def unsubscribe_all: () -> bool |