#[non_exhaustive]pub struct UpdateVpcEndpointDetail { /* private fields */ }
Expand description
Update details for an OpenSearch Serverless-managed interface endpoint.
Implementations§
source§impl UpdateVpcEndpointDetail
impl UpdateVpcEndpointDetail
sourcepub fn status(&self) -> Option<&VpcEndpointStatus>
pub fn status(&self) -> Option<&VpcEndpointStatus>
The current status of the endpoint update process.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The ID of the subnets from which you access OpenSearch Serverless.
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
sourcepub fn last_modified_date(&self) -> Option<i64>
pub fn last_modified_date(&self) -> Option<i64>
The timestamp of when the endpoint was last modified.
source§impl UpdateVpcEndpointDetail
impl UpdateVpcEndpointDetail
sourcepub fn builder() -> UpdateVpcEndpointDetailBuilder
pub fn builder() -> UpdateVpcEndpointDetailBuilder
Creates a new builder-style object to manufacture UpdateVpcEndpointDetail
.
Trait Implementations§
source§impl Clone for UpdateVpcEndpointDetail
impl Clone for UpdateVpcEndpointDetail
source§fn clone(&self) -> UpdateVpcEndpointDetail
fn clone(&self) -> UpdateVpcEndpointDetail
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 UpdateVpcEndpointDetail
impl Debug for UpdateVpcEndpointDetail
source§impl PartialEq<UpdateVpcEndpointDetail> for UpdateVpcEndpointDetail
impl PartialEq<UpdateVpcEndpointDetail> for UpdateVpcEndpointDetail
source§fn eq(&self, other: &UpdateVpcEndpointDetail) -> bool
fn eq(&self, other: &UpdateVpcEndpointDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.