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