MailManager / Client / get_address_list
get_address_list#
- MailManager.Client.get_address_list(**kwargs)#
Fetch attributes of an address list.
See also: AWS API Documentation
Request Syntax
response = client.get_address_list( AddressListId='string' )
- Parameters:
AddressListId (string) –
[REQUIRED]
The identifier of an existing address list resource to be retrieved.
- Return type:
dict
- Returns:
Response Syntax
{ 'AddressListArn': 'string', 'AddressListId': 'string', 'AddressListName': 'string', 'CreatedTimestamp': datetime(2015, 1, 1), 'LastUpdatedTimestamp': datetime(2015, 1, 1) }
Response Structure
(dict) –
AddressListArn (string) –
The Amazon Resource Name (ARN) of the address list resource.
AddressListId (string) –
The identifier of the address list resource.
AddressListName (string) –
A user-friendly name for the address list resource.
CreatedTimestamp (datetime) –
The date of when then address list was created.
LastUpdatedTimestamp (datetime) –
The date of when the address list was last updated.
Exceptions