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
614 |
# File 'sig/client.rbs', line 614
def attributes_data: () -> ::String
|
#contact_list_name ⇒ ::String
609 |
# File 'sig/client.rbs', line 609
def contact_list_name: () -> ::String
|
#created_timestamp ⇒ ::Time
615 |
# File 'sig/client.rbs', line 615
def created_timestamp: () -> ::Time
|
#email_address ⇒ ::String
610 |
# File 'sig/client.rbs', line 610
def email_address: () -> ::String
|
#last_updated_timestamp ⇒ ::Time
616 |
# File 'sig/client.rbs', line 616
def last_updated_timestamp: () -> ::Time
|
#topic_default_preferences ⇒ ::Array[Types::TopicPreference]
612 |
# File 'sig/client.rbs', line 612
def topic_default_preferences: () -> ::Array[Types::TopicPreference]
|
#topic_preferences ⇒ ::Array[Types::TopicPreference]
611 |
# File 'sig/client.rbs', line 611
def topic_preferences: () -> ::Array[Types::TopicPreference]
|
#unsubscribe_all ⇒ Boolean
613 |
# File 'sig/client.rbs', line 613
def unsubscribe_all: () -> bool
|