Struct aws_sdk_ec2::input::DeleteVpnGatewayInput
source · [−]#[non_exhaustive]pub struct DeleteVpnGatewayInput { /* private fields */ }
Expand description
Contains the parameters for DeleteVpnGateway.
Implementations
sourceimpl DeleteVpnGatewayInput
impl DeleteVpnGatewayInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpnGateway, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpnGateway, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteVpnGateway
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVpnGatewayInput
.
sourceimpl DeleteVpnGatewayInput
impl DeleteVpnGatewayInput
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 DeleteVpnGatewayInput
impl Clone for DeleteVpnGatewayInput
sourcefn clone(&self) -> DeleteVpnGatewayInput
fn clone(&self) -> DeleteVpnGatewayInput
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 DeleteVpnGatewayInput
impl Debug for DeleteVpnGatewayInput
sourceimpl PartialEq<DeleteVpnGatewayInput> for DeleteVpnGatewayInput
impl PartialEq<DeleteVpnGatewayInput> for DeleteVpnGatewayInput
sourcefn eq(&self, other: &DeleteVpnGatewayInput) -> bool
fn eq(&self, other: &DeleteVpnGatewayInput) -> bool
impl StructuralPartialEq for DeleteVpnGatewayInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteVpnGatewayInput
impl Send for DeleteVpnGatewayInput
impl Sync for DeleteVpnGatewayInput
impl Unpin for DeleteVpnGatewayInput
impl UnwindSafe for DeleteVpnGatewayInput
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