Struct aws_sdk_ec2::operation::delete_local_gateway_route_table_vpc_association::DeleteLocalGatewayRouteTableVpcAssociationInput
source · #[non_exhaustive]pub struct DeleteLocalGatewayRouteTableVpcAssociationInput { /* private fields */ }
Implementations§
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.
source§impl DeleteLocalGatewayRouteTableVpcAssociationInput
impl DeleteLocalGatewayRouteTableVpcAssociationInput
sourcepub fn builder() -> DeleteLocalGatewayRouteTableVpcAssociationInputBuilder
pub fn builder() -> DeleteLocalGatewayRouteTableVpcAssociationInputBuilder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableVpcAssociationInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteLocalGatewayRouteTableVpcAssociationInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLocalGatewayRouteTableVpcAssociationInput
impl Send for DeleteLocalGatewayRouteTableVpcAssociationInput
impl Sync for DeleteLocalGatewayRouteTableVpcAssociationInput
impl Unpin for DeleteLocalGatewayRouteTableVpcAssociationInput
impl UnwindSafe for DeleteLocalGatewayRouteTableVpcAssociationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more