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