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