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