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