Module: Aws::MailManager::Client::_GetAddressListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAddressListResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_list_arn ⇒ ::String
- #address_list_id ⇒ ::String
- #address_list_name ⇒ ::String
- #created_timestamp ⇒ ::Time
- #last_updated_timestamp ⇒ ::Time
Instance Method Details
#address_list_arn ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def address_list_arn: () -> ::String
|
#address_list_id ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def address_list_id: () -> ::String
|
#address_list_name ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def address_list_name: () -> ::String
|
#created_timestamp ⇒ ::Time
378 |
# File 'sig/client.rbs', line 378
def created_timestamp: () -> ::Time
|
#last_updated_timestamp ⇒ ::Time
379 |
# File 'sig/client.rbs', line 379
def last_updated_timestamp: () -> ::Time
|