| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Describes a network interface attribute. You can specify only one attribute at a time.
NetworkInterfaceIdThe ID of the network interface.
Type: String
Default: None
Required: Yes
AttributeThe attribute of the network interface.
Type: String
Default: None
Valid values: description | groupSet | sourceDestCheck | attachment
Required: Yes
The following elements are returned in a
DescribeNetworkInterfaceAttributeResponse element.
requestIdThe ID of the request.
Type: xsd:string
networkInterfaceIdThe 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/2013-02-01/">
<requestId>7a20c6b2-d71c-45fb-bba7-37306850544b</requestId>
<networkInterfaceId>eni-686ea200</networkInterfaceId>
<sourceDestCheck>
<value>true</value>
</sourceDestCheck>
</DescribeNetworkInterfaceAttributeResponse>