Struct aws_sdk_ec2::input::DetachVpnGatewayInput
source · [−]#[non_exhaustive]pub struct DetachVpnGatewayInput { /* private fields */ }
Expand description
Contains the parameters for DetachVpnGateway.
Implementations
sourceimpl DetachVpnGatewayInput
impl DetachVpnGatewayInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetachVpnGateway, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetachVpnGateway, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetachVpnGateway
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetachVpnGatewayInput
.
sourceimpl DetachVpnGatewayInput
impl DetachVpnGatewayInput
sourcepub fn vpn_gateway_id(&self) -> Option<&str>
pub fn vpn_gateway_id(&self) -> Option<&str>
The ID of the virtual private gateway.
Trait Implementations
sourceimpl Clone for DetachVpnGatewayInput
impl Clone for DetachVpnGatewayInput
sourcefn clone(&self) -> DetachVpnGatewayInput
fn clone(&self) -> DetachVpnGatewayInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DetachVpnGatewayInput
impl Debug for DetachVpnGatewayInput
sourceimpl PartialEq<DetachVpnGatewayInput> for DetachVpnGatewayInput
impl PartialEq<DetachVpnGatewayInput> for DetachVpnGatewayInput
sourcefn eq(&self, other: &DetachVpnGatewayInput) -> bool
fn eq(&self, other: &DetachVpnGatewayInput) -> bool
impl StructuralPartialEq for DetachVpnGatewayInput
Auto Trait Implementations
impl RefUnwindSafe for DetachVpnGatewayInput
impl Send for DetachVpnGatewayInput
impl Sync for DetachVpnGatewayInput
impl Unpin for DetachVpnGatewayInput
impl UnwindSafe for DetachVpnGatewayInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more