Struct aws_sdk_ec2::input::CreateVpnConnectionRouteInput
source · [−]#[non_exhaustive]pub struct CreateVpnConnectionRouteInput { /* private fields */ }
Expand description
Contains the parameters for CreateVpnConnectionRoute.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateVpnConnectionRouteInput
impl Clone for CreateVpnConnectionRouteInput
sourcefn clone(&self) -> CreateVpnConnectionRouteInput
fn clone(&self) -> CreateVpnConnectionRouteInput
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 CreateVpnConnectionRouteInput
impl Debug for CreateVpnConnectionRouteInput
sourceimpl PartialEq<CreateVpnConnectionRouteInput> for CreateVpnConnectionRouteInput
impl PartialEq<CreateVpnConnectionRouteInput> for CreateVpnConnectionRouteInput
sourcefn eq(&self, other: &CreateVpnConnectionRouteInput) -> bool
fn eq(&self, other: &CreateVpnConnectionRouteInput) -> bool
impl StructuralPartialEq for CreateVpnConnectionRouteInput
Auto Trait Implementations
impl RefUnwindSafe for CreateVpnConnectionRouteInput
impl Send for CreateVpnConnectionRouteInput
impl Sync for CreateVpnConnectionRouteInput
impl Unpin for CreateVpnConnectionRouteInput
impl UnwindSafe for CreateVpnConnectionRouteInput
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