Module: Aws::SESV2::Client::_GetContactListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetContactListResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_list_name ⇒ ::String
- #created_timestamp ⇒ ::Time
- #description ⇒ ::String
- #last_updated_timestamp ⇒ ::Time
- #tags ⇒ ::Array[Types::Tag]
- #topics ⇒ ::Array[Types::Topic]
Instance Method Details
#contact_list_name ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def contact_list_name: () -> ::String
|
#created_timestamp ⇒ ::Time
630 |
# File 'sig/client.rbs', line 630
def created_timestamp: () -> ::Time
|
#description ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def description: () -> ::String
|
#last_updated_timestamp ⇒ ::Time
631 |
# File 'sig/client.rbs', line 631
def last_updated_timestamp: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
632 |
# File 'sig/client.rbs', line 632
def tags: () -> ::Array[Types::Tag]
|
#topics ⇒ ::Array[Types::Topic]
628 |
# File 'sig/client.rbs', line 628
def topics: () -> ::Array[Types::Topic]
|