Struct aws_sdk_ec2::operation::delete_local_gateway_route_table::DeleteLocalGatewayRouteTableInput
source · #[non_exhaustive]pub struct DeleteLocalGatewayRouteTableInput { /* private fields */ }Implementations§
source§impl 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.
source§impl DeleteLocalGatewayRouteTableInput
impl DeleteLocalGatewayRouteTableInput
sourcepub fn builder() -> DeleteLocalGatewayRouteTableInputBuilder
pub fn builder() -> DeleteLocalGatewayRouteTableInputBuilder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableInput.
source§impl 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>
Trait Implementations§
source§impl Clone for DeleteLocalGatewayRouteTableInput
impl Clone for DeleteLocalGatewayRouteTableInput
source§fn clone(&self) -> DeleteLocalGatewayRouteTableInput
fn clone(&self) -> DeleteLocalGatewayRouteTableInput
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<DeleteLocalGatewayRouteTableInput> for DeleteLocalGatewayRouteTableInput
impl PartialEq<DeleteLocalGatewayRouteTableInput> for DeleteLocalGatewayRouteTableInput
source§fn eq(&self, other: &DeleteLocalGatewayRouteTableInput) -> bool
fn eq(&self, other: &DeleteLocalGatewayRouteTableInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.