#[non_exhaustive]pub struct UpdateVpcEndpointInput { /* private fields */ }
Expand description
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
Implementations§
source§impl UpdateVpcEndpointInput
impl UpdateVpcEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateVpcEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateVpcEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateVpcEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVpcEndpointInput
.
source§impl UpdateVpcEndpointInput
impl UpdateVpcEndpointInput
sourcepub fn vpc_endpoint_id(&self) -> Option<&str>
pub fn vpc_endpoint_id(&self) -> Option<&str>
Unique identifier of the VPC endpoint to be updated.
sourcepub fn vpc_options(&self) -> Option<&VpcOptions>
pub fn vpc_options(&self) -> Option<&VpcOptions>
The security groups and/or subnets to add, remove, or modify.
Trait Implementations§
source§impl Clone for UpdateVpcEndpointInput
impl Clone for UpdateVpcEndpointInput
source§fn clone(&self) -> UpdateVpcEndpointInput
fn clone(&self) -> UpdateVpcEndpointInput
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 UpdateVpcEndpointInput
impl Debug for UpdateVpcEndpointInput
source§impl PartialEq<UpdateVpcEndpointInput> for UpdateVpcEndpointInput
impl PartialEq<UpdateVpcEndpointInput> for UpdateVpcEndpointInput
source§fn eq(&self, other: &UpdateVpcEndpointInput) -> bool
fn eq(&self, other: &UpdateVpcEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.