Struct aws_sdk_ec2::model::NetworkInterfacePermission [−][src]
#[non_exhaustive]pub struct NetworkInterfacePermission {
pub network_interface_permission_id: Option<String>,
pub network_interface_id: Option<String>,
pub aws_account_id: Option<String>,
pub aws_service: Option<String>,
pub permission: Option<InterfacePermissionType>,
pub permission_state: Option<NetworkInterfacePermissionState>,
}
Expand description
Describes a permission for a network interface.
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.network_interface_permission_id: Option<String>
The ID of the network interface permission.
network_interface_id: Option<String>
The ID of the network interface.
aws_account_id: Option<String>
The Amazon Web Services account ID.
aws_service: Option<String>
The Amazon Web Service.
permission: Option<InterfacePermissionType>
The type of permission.
permission_state: Option<NetworkInterfacePermissionState>
Information about the state of the permission.
Implementations
The ID of the network interface permission.
The ID of the network interface.
The Amazon Web Services account ID.
The Amazon Web Service.
The type of permission.
Information about the state of the permission.
Creates a new builder-style object to manufacture NetworkInterfacePermission
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
impl RefUnwindSafe for NetworkInterfacePermission
impl Send for NetworkInterfacePermission
impl Sync for NetworkInterfacePermission
impl Unpin for NetworkInterfacePermission
impl UnwindSafe for NetworkInterfacePermission
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