#[non_exhaustive]pub struct DeleteNetworkInterfacePermissionInput { /* private fields */ }
Expand description
Contains the parameters for DeleteNetworkInterfacePermission.
Implementations§
source§impl DeleteNetworkInterfacePermissionInput
impl DeleteNetworkInterfacePermissionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNetworkInterfacePermission, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNetworkInterfacePermission, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNetworkInterfacePermission
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteNetworkInterfacePermissionInput
.
Trait Implementations§
source§impl Clone for DeleteNetworkInterfacePermissionInput
impl Clone for DeleteNetworkInterfacePermissionInput
source§fn clone(&self) -> DeleteNetworkInterfacePermissionInput
fn clone(&self) -> DeleteNetworkInterfacePermissionInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DeleteNetworkInterfacePermissionInput> for DeleteNetworkInterfacePermissionInput
impl PartialEq<DeleteNetworkInterfacePermissionInput> for DeleteNetworkInterfacePermissionInput
source§fn eq(&self, other: &DeleteNetworkInterfacePermissionInput) -> bool
fn eq(&self, other: &DeleteNetworkInterfacePermissionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.