#[non_exhaustive]pub struct DeleteVpcIngressConnectionInput { /* private fields */ }
Implementations§
source§impl DeleteVpcIngressConnectionInput
impl DeleteVpcIngressConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpcIngressConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpcIngressConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteVpcIngressConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVpcIngressConnectionInput
.
source§impl DeleteVpcIngressConnectionInput
impl DeleteVpcIngressConnectionInput
sourcepub fn vpc_ingress_connection_arn(&self) -> Option<&str>
pub fn vpc_ingress_connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want to delete.
Trait Implementations§
source§impl Clone for DeleteVpcIngressConnectionInput
impl Clone for DeleteVpcIngressConnectionInput
source§fn clone(&self) -> DeleteVpcIngressConnectionInput
fn clone(&self) -> DeleteVpcIngressConnectionInput
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<DeleteVpcIngressConnectionInput> for DeleteVpcIngressConnectionInput
impl PartialEq<DeleteVpcIngressConnectionInput> for DeleteVpcIngressConnectionInput
source§fn eq(&self, other: &DeleteVpcIngressConnectionInput) -> bool
fn eq(&self, other: &DeleteVpcIngressConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.