pub struct RemoveFlowVpcInterfaceRequest {
pub flow_arn: String,
pub vpc_interface_name: String,
}Fields§
§flow_arn: StringThe flow that you want to remove a VPC interface from.
vpc_interface_name: StringThe name of the VPC interface that you want to remove.
Trait Implementations§
Source§impl Clone for RemoveFlowVpcInterfaceRequest
impl Clone for RemoveFlowVpcInterfaceRequest
Source§fn clone(&self) -> RemoveFlowVpcInterfaceRequest
fn clone(&self) -> RemoveFlowVpcInterfaceRequest
Returns a duplicate 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 Default for RemoveFlowVpcInterfaceRequest
impl Default for RemoveFlowVpcInterfaceRequest
Source§fn default() -> RemoveFlowVpcInterfaceRequest
fn default() -> RemoveFlowVpcInterfaceRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for RemoveFlowVpcInterfaceRequest
impl PartialEq for RemoveFlowVpcInterfaceRequest
Source§fn eq(&self, other: &RemoveFlowVpcInterfaceRequest) -> bool
fn eq(&self, other: &RemoveFlowVpcInterfaceRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveFlowVpcInterfaceRequest
Auto Trait Implementations§
impl Freeze for RemoveFlowVpcInterfaceRequest
impl RefUnwindSafe for RemoveFlowVpcInterfaceRequest
impl Send for RemoveFlowVpcInterfaceRequest
impl Sync for RemoveFlowVpcInterfaceRequest
impl Unpin for RemoveFlowVpcInterfaceRequest
impl UnwindSafe for RemoveFlowVpcInterfaceRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more