Struct aws_sdk_elasticsearch::model::VpcEndpointSummary
source · #[non_exhaustive]pub struct VpcEndpointSummary { /* private fields */ }
Expand description
Summary information for an Amazon OpenSearch Service-managed VPC endpoint.
Implementations§
source§impl VpcEndpointSummary
impl VpcEndpointSummary
sourcepub fn vpc_endpoint_id(&self) -> Option<&str>
pub fn vpc_endpoint_id(&self) -> Option<&str>
The unique identifier of the endpoint.
sourcepub fn vpc_endpoint_owner(&self) -> Option<&str>
pub fn vpc_endpoint_owner(&self) -> Option<&str>
The creator of the endpoint.
sourcepub fn domain_arn(&self) -> Option<&str>
pub fn domain_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
sourcepub fn status(&self) -> Option<&VpcEndpointStatus>
pub fn status(&self) -> Option<&VpcEndpointStatus>
The current status of the endpoint.
source§impl VpcEndpointSummary
impl VpcEndpointSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcEndpointSummary
.
Trait Implementations§
source§impl Clone for VpcEndpointSummary
impl Clone for VpcEndpointSummary
source§fn clone(&self) -> VpcEndpointSummary
fn clone(&self) -> VpcEndpointSummary
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 VpcEndpointSummary
impl Debug for VpcEndpointSummary
source§impl PartialEq<VpcEndpointSummary> for VpcEndpointSummary
impl PartialEq<VpcEndpointSummary> for VpcEndpointSummary
source§fn eq(&self, other: &VpcEndpointSummary) -> bool
fn eq(&self, other: &VpcEndpointSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.