Struct aws_sdk_ec2::input::ModifyLocalGatewayRouteInput
source · [−]#[non_exhaustive]pub struct ModifyLocalGatewayRouteInput { /* private fields */ }
Implementations
sourceimpl ModifyLocalGatewayRouteInput
impl ModifyLocalGatewayRouteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyLocalGatewayRoute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyLocalGatewayRoute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyLocalGatewayRoute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyLocalGatewayRouteInput
.
sourceimpl ModifyLocalGatewayRouteInput
impl ModifyLocalGatewayRouteInput
sourcepub fn destination_cidr_block(&self) -> Option<&str>
pub fn destination_cidr_block(&self) -> Option<&str>
The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
sourcepub fn local_gateway_route_table_id(&self) -> Option<&str>
pub fn local_gateway_route_table_id(&self) -> Option<&str>
The ID of the local gateway route table.
sourcepub fn local_gateway_virtual_interface_group_id(&self) -> Option<&str>
pub fn local_gateway_virtual_interface_group_id(&self) -> Option<&str>
The ID of the virtual interface group.
sourcepub fn network_interface_id(&self) -> Option<&str>
pub fn network_interface_id(&self) -> Option<&str>
The ID of the network interface.
Trait Implementations
sourceimpl Clone for ModifyLocalGatewayRouteInput
impl Clone for ModifyLocalGatewayRouteInput
sourcefn clone(&self) -> ModifyLocalGatewayRouteInput
fn clone(&self) -> ModifyLocalGatewayRouteInput
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 ModifyLocalGatewayRouteInput
impl Debug for ModifyLocalGatewayRouteInput
sourceimpl PartialEq<ModifyLocalGatewayRouteInput> for ModifyLocalGatewayRouteInput
impl PartialEq<ModifyLocalGatewayRouteInput> for ModifyLocalGatewayRouteInput
sourcefn eq(&self, other: &ModifyLocalGatewayRouteInput) -> bool
fn eq(&self, other: &ModifyLocalGatewayRouteInput) -> bool
impl StructuralPartialEq for ModifyLocalGatewayRouteInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyLocalGatewayRouteInput
impl Send for ModifyLocalGatewayRouteInput
impl Sync for ModifyLocalGatewayRouteInput
impl Unpin for ModifyLocalGatewayRouteInput
impl UnwindSafe for ModifyLocalGatewayRouteInput
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