Struct aws_sdk_ec2::input::CreateVpnConnectionRouteInput
source · #[non_exhaustive]pub struct CreateVpnConnectionRouteInput { /* private fields */ }
Expand description
Contains the parameters for CreateVpnConnectionRoute.
Implementations§
source§impl CreateVpnConnectionRouteInput
impl CreateVpnConnectionRouteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpnConnectionRoute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpnConnectionRoute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVpnConnectionRoute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpnConnectionRouteInput
.
source§impl CreateVpnConnectionRouteInput
impl CreateVpnConnectionRouteInput
sourcepub fn destination_cidr_block(&self) -> Option<&str>
pub fn destination_cidr_block(&self) -> Option<&str>
The CIDR block associated with the local subnet of the customer network.
sourcepub fn vpn_connection_id(&self) -> Option<&str>
pub fn vpn_connection_id(&self) -> Option<&str>
The ID of the VPN connection.
Trait Implementations§
source§impl Clone for CreateVpnConnectionRouteInput
impl Clone for CreateVpnConnectionRouteInput
source§fn clone(&self) -> CreateVpnConnectionRouteInput
fn clone(&self) -> CreateVpnConnectionRouteInput
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 PartialEq<CreateVpnConnectionRouteInput> for CreateVpnConnectionRouteInput
impl PartialEq<CreateVpnConnectionRouteInput> for CreateVpnConnectionRouteInput
source§fn eq(&self, other: &CreateVpnConnectionRouteInput) -> bool
fn eq(&self, other: &CreateVpnConnectionRouteInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.