| Did this page help you? Yes No Tell us about it... |
Describes a network interface attribute. Only one attribute can be specified per call.
| Name | Description | Required |
|---|---|---|
|
|
The ID of the network interface. Type: String Default: None |
Yes |
|
|
The attribute of the network interface to get. Type: String Default: None Valid values: |
Yes |
The elements in the following table are wrapped in a
DescribeNetworkInterfaceAttribute structure.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
The ID of the network interface. Type: xsd:string |
This example describes the attributes of a network interface.
http://ec2.us-east-1.amazonaws.com/?Action=DescribeNetworkInterfaceAttribute&NetworkInterfaceId=eni-686ea200&Attribute=sourceDestCheck&AUTH_PARAMS
<DescribeNetworkInterfaceAttributeResponse
xmlns="http://ec2.amazonaws.com/doc/2011-12-15/">
<requestId>7a20c6b2-d71c-45fb-bba7-37306850544b</requestId>
<networkInterfaceId>eni-686ea200</networkInterfaceId>
<sourceDestCheck>
<value>true</value>
</sourceDestCheck>
</DescribeNetworkInterfaceAttributeResponse>