Struct rusoto_ec2::DescribeNetworkInterfaceAttributeResult [] [src]

pub struct DescribeNetworkInterfaceAttributeResult {
    pub attachment: Option<NetworkInterfaceAttachment>,
    pub description: Option<AttributeValue>,
    pub groups: Option<Vec<GroupIdentifier>>,
    pub network_interface_id: Option<String>,
    pub source_dest_check: Option<AttributeBooleanValue>,
}

Contains the output of DescribeNetworkInterfaceAttribute.

Fields

The attachment (if any) of the network interface.

The description of the network interface.

The security groups associated with the network interface.

The ID of the network interface.

Indicates whether source/destination checking is enabled.

Trait Implementations

impl Default for DescribeNetworkInterfaceAttributeResult
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeNetworkInterfaceAttributeResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeNetworkInterfaceAttributeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more