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