#[non_exhaustive]pub struct DeleteTransitGatewayRouteTableInput { /* private fields */ }
Implementations§
source§impl DeleteTransitGatewayRouteTableInput
impl DeleteTransitGatewayRouteTableInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTransitGatewayRouteTable, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTransitGatewayRouteTable, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTransitGatewayRouteTable
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTransitGatewayRouteTableInput
.
source§impl DeleteTransitGatewayRouteTableInput
impl DeleteTransitGatewayRouteTableInput
sourcepub fn transit_gateway_route_table_id(&self) -> Option<&str>
pub fn transit_gateway_route_table_id(&self) -> Option<&str>
The ID of the transit gateway route table.
Trait Implementations§
source§impl Clone for DeleteTransitGatewayRouteTableInput
impl Clone for DeleteTransitGatewayRouteTableInput
source§fn clone(&self) -> DeleteTransitGatewayRouteTableInput
fn clone(&self) -> DeleteTransitGatewayRouteTableInput
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<DeleteTransitGatewayRouteTableInput> for DeleteTransitGatewayRouteTableInput
impl PartialEq<DeleteTransitGatewayRouteTableInput> for DeleteTransitGatewayRouteTableInput
source§fn eq(&self, other: &DeleteTransitGatewayRouteTableInput) -> bool
fn eq(&self, other: &DeleteTransitGatewayRouteTableInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.