Struct aws_sdk_mediaconnect::operation::remove_flow_vpc_interface::RemoveFlowVpcInterfaceInput
source · #[non_exhaustive]pub struct RemoveFlowVpcInterfaceInput {
pub flow_arn: Option<String>,
pub vpc_interface_name: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.flow_arn: Option<String>The flow that you want to remove a VPC interface from.
vpc_interface_name: Option<String>The name of the VPC interface that you want to remove.
Implementations§
source§impl RemoveFlowVpcInterfaceInput
impl RemoveFlowVpcInterfaceInput
sourcepub fn builder() -> RemoveFlowVpcInterfaceInputBuilder
pub fn builder() -> RemoveFlowVpcInterfaceInputBuilder
Creates a new builder-style object to manufacture RemoveFlowVpcInterfaceInput.
Trait Implementations§
source§impl Clone for RemoveFlowVpcInterfaceInput
impl Clone for RemoveFlowVpcInterfaceInput
source§fn clone(&self) -> RemoveFlowVpcInterfaceInput
fn clone(&self) -> RemoveFlowVpcInterfaceInput
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 Debug for RemoveFlowVpcInterfaceInput
impl Debug for RemoveFlowVpcInterfaceInput
source§impl PartialEq for RemoveFlowVpcInterfaceInput
impl PartialEq for RemoveFlowVpcInterfaceInput
source§fn eq(&self, other: &RemoveFlowVpcInterfaceInput) -> bool
fn eq(&self, other: &RemoveFlowVpcInterfaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RemoveFlowVpcInterfaceInput
Auto Trait Implementations§
impl RefUnwindSafe for RemoveFlowVpcInterfaceInput
impl Send for RemoveFlowVpcInterfaceInput
impl Sync for RemoveFlowVpcInterfaceInput
impl Unpin for RemoveFlowVpcInterfaceInput
impl UnwindSafe for RemoveFlowVpcInterfaceInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.