#[non_exhaustive]pub struct DeleteLocalGatewayRouteTableInput { /* private fields */ }
Implementations
sourceimpl DeleteLocalGatewayRouteTableInput
impl DeleteLocalGatewayRouteTableInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLocalGatewayRouteTable, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLocalGatewayRouteTable, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLocalGatewayRouteTable
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableInput
.
sourceimpl DeleteLocalGatewayRouteTableInput
impl DeleteLocalGatewayRouteTableInput
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.
Trait Implementations
sourceimpl Clone for DeleteLocalGatewayRouteTableInput
impl Clone for DeleteLocalGatewayRouteTableInput
sourcefn clone(&self) -> DeleteLocalGatewayRouteTableInput
fn clone(&self) -> DeleteLocalGatewayRouteTableInput
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 PartialEq<DeleteLocalGatewayRouteTableInput> for DeleteLocalGatewayRouteTableInput
impl PartialEq<DeleteLocalGatewayRouteTableInput> for DeleteLocalGatewayRouteTableInput
sourcefn eq(&self, other: &DeleteLocalGatewayRouteTableInput) -> bool
fn eq(&self, other: &DeleteLocalGatewayRouteTableInput) -> bool
impl StructuralPartialEq for DeleteLocalGatewayRouteTableInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLocalGatewayRouteTableInput
impl Send for DeleteLocalGatewayRouteTableInput
impl Sync for DeleteLocalGatewayRouteTableInput
impl Unpin for DeleteLocalGatewayRouteTableInput
impl UnwindSafe for DeleteLocalGatewayRouteTableInput
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