Struct aws_sdk_ec2::model::PrivateDnsDetails
source · #[non_exhaustive]pub struct PrivateDnsDetails { /* private fields */ }
Expand description
Information about the Private DNS name for interface endpoints.
Implementations§
source§impl PrivateDnsDetails
impl PrivateDnsDetails
sourcepub fn private_dns_name(&self) -> Option<&str>
pub fn private_dns_name(&self) -> Option<&str>
The private DNS name assigned to the VPC endpoint service.
source§impl PrivateDnsDetails
impl PrivateDnsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PrivateDnsDetails
.
Trait Implementations§
source§impl Clone for PrivateDnsDetails
impl Clone for PrivateDnsDetails
source§fn clone(&self) -> PrivateDnsDetails
fn clone(&self) -> PrivateDnsDetails
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 PrivateDnsDetails
impl Debug for PrivateDnsDetails
source§impl PartialEq<PrivateDnsDetails> for PrivateDnsDetails
impl PartialEq<PrivateDnsDetails> for PrivateDnsDetails
source§fn eq(&self, other: &PrivateDnsDetails) -> bool
fn eq(&self, other: &PrivateDnsDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.