#[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 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.
source§impl UpdateVpcEndpointInput
impl UpdateVpcEndpointInput
sourcepub fn builder() -> UpdateVpcEndpointInputBuilder
pub fn builder() -> UpdateVpcEndpointInputBuilder
Creates a new builder-style object to manufacture UpdateVpcEndpointInput
.
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
>
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 ==
.impl StructuralPartialEq for UpdateVpcEndpointInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateVpcEndpointInput
impl Send for UpdateVpcEndpointInput
impl Sync for UpdateVpcEndpointInput
impl Unpin for UpdateVpcEndpointInput
impl UnwindSafe for UpdateVpcEndpointInput
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