Struct aws_sdk_elasticsearch::model::VpcEndpoint
source · #[non_exhaustive]pub struct VpcEndpoint { /* private fields */ }
Expand description
The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.
Implementations§
source§impl VpcEndpoint
impl VpcEndpoint
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 vpc_options(&self) -> Option<&VpcDerivedInfo>
pub fn vpc_options(&self) -> Option<&VpcDerivedInfo>
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
sourcepub fn status(&self) -> Option<&VpcEndpointStatus>
pub fn status(&self) -> Option<&VpcEndpointStatus>
The current status of the endpoint.
source§impl VpcEndpoint
impl VpcEndpoint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcEndpoint
.
Trait Implementations§
source§impl Clone for VpcEndpoint
impl Clone for VpcEndpoint
source§fn clone(&self) -> VpcEndpoint
fn clone(&self) -> VpcEndpoint
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 VpcEndpoint
impl Debug for VpcEndpoint
source§impl PartialEq<VpcEndpoint> for VpcEndpoint
impl PartialEq<VpcEndpoint> for VpcEndpoint
source§fn eq(&self, other: &VpcEndpoint) -> bool
fn eq(&self, other: &VpcEndpoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.