Struct aws_sdk_ec2::model::ClassicLinkDnsSupport
source · #[non_exhaustive]pub struct ClassicLinkDnsSupport { /* private fields */ }
Expand description
Describes the ClassicLink DNS support status of a VPC.
Implementations§
source§impl ClassicLinkDnsSupport
impl ClassicLinkDnsSupport
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClassicLinkDnsSupport
.
Trait Implementations§
source§impl Clone for ClassicLinkDnsSupport
impl Clone for ClassicLinkDnsSupport
source§fn clone(&self) -> ClassicLinkDnsSupport
fn clone(&self) -> ClassicLinkDnsSupport
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 ClassicLinkDnsSupport
impl Debug for ClassicLinkDnsSupport
source§impl PartialEq<ClassicLinkDnsSupport> for ClassicLinkDnsSupport
impl PartialEq<ClassicLinkDnsSupport> for ClassicLinkDnsSupport
source§fn eq(&self, other: &ClassicLinkDnsSupport) -> bool
fn eq(&self, other: &ClassicLinkDnsSupport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.