Struct aws_sdk_ec2::output::DescribeNetworkInterfaceAttributeOutput [−][src]
#[non_exhaustive]pub struct DescribeNetworkInterfaceAttributeOutput {
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>,
}
Expand description
Contains the output of DescribeNetworkInterfaceAttribute.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.attachment: Option<NetworkInterfaceAttachment>
The attachment (if any) of the network interface.
description: Option<AttributeValue>
The description of the network interface.
groups: Option<Vec<GroupIdentifier>>
The security groups associated with the network interface.
network_interface_id: Option<String>
The ID of the network interface.
source_dest_check: Option<AttributeBooleanValue>
Indicates whether source/destination checking is enabled.
Implementations
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.
Creates a new builder-style object to manufacture DescribeNetworkInterfaceAttributeOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more