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
651 |
# File 'sig/client.rbs', line 651 def contact_list_name: () -> ::String |
#created_timestamp ⇒ ::Time
654 |
# File 'sig/client.rbs', line 654 def created_timestamp: () -> ::Time |
#description ⇒ ::String
653 |
# File 'sig/client.rbs', line 653 def description: () -> ::String |
#last_updated_timestamp ⇒ ::Time
655 |
# File 'sig/client.rbs', line 655 def last_updated_timestamp: () -> ::Time |
#tags ⇒ ::Array[Types::Tag]
656 |
# File 'sig/client.rbs', line 656 def tags: () -> ::Array[Types::Tag] |
#topics ⇒ ::Array[Types::Topic]
652 |
# File 'sig/client.rbs', line 652 def topics: () -> ::Array[Types::Topic] |