Struct aws_sdk_ec2::input::DeleteVpnGatewayInput
source · #[non_exhaustive]pub struct DeleteVpnGatewayInput { /* private fields */ }
Expand description
Contains the parameters for DeleteVpnGateway.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteVpnGatewayInput
impl Clone for DeleteVpnGatewayInput
source§fn clone(&self) -> DeleteVpnGatewayInput
fn clone(&self) -> DeleteVpnGatewayInput
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 DeleteVpnGatewayInput
impl Debug for DeleteVpnGatewayInput
source§impl PartialEq<DeleteVpnGatewayInput> for DeleteVpnGatewayInput
impl PartialEq<DeleteVpnGatewayInput> for DeleteVpnGatewayInput
source§fn eq(&self, other: &DeleteVpnGatewayInput) -> bool
fn eq(&self, other: &DeleteVpnGatewayInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.