describe_addresses_attribute
(**kwargs)¶Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.
See also: AWS API Documentation
Request Syntax
response = client.describe_addresses_attribute(
AllocationIds=[
'string',
],
Attribute='domain-name',
NextToken='string',
MaxResults=123,
DryRun=True|False
)
[EC2-VPC] The allocation IDs.
nextToken
value.DryRunOperation
. Otherwise, it is UnauthorizedOperation
.dict
Response Syntax
{
'Addresses': [
{
'PublicIp': 'string',
'AllocationId': 'string',
'PtrRecord': 'string',
'PtrRecordUpdate': {
'Value': 'string',
'Status': 'string',
'Reason': 'string'
}
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Addresses (list) --
Information about the IP addresses.
(dict) --
The attributes associated with an Elastic IP address.
PublicIp (string) --
The public IP address.
AllocationId (string) --
[EC2-VPC] The allocation ID.
PtrRecord (string) --
The pointer (PTR) record for the IP address.
PtrRecordUpdate (dict) --
The updated PTR record for the IP address.
Value (string) --
The value for the PTR record update.
Status (string) --
The status of the PTR record update.
Reason (string) --
The reason for the PTR record update.
NextToken (string) --
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.