Struct aws_sdk_ec2::operation::delete_network_interface_permission::DeleteNetworkInterfacePermissionInput
source · #[non_exhaustive]pub struct DeleteNetworkInterfacePermissionInput { /* private fields */ }Expand description
Contains the parameters for DeleteNetworkInterfacePermission.
Implementations§
source§impl DeleteNetworkInterfacePermissionInput
impl DeleteNetworkInterfacePermissionInput
source§impl DeleteNetworkInterfacePermissionInput
impl DeleteNetworkInterfacePermissionInput
sourcepub fn builder() -> DeleteNetworkInterfacePermissionInputBuilder
pub fn builder() -> DeleteNetworkInterfacePermissionInputBuilder
Creates a new builder-style object to manufacture DeleteNetworkInterfacePermissionInput.
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>
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 ==.