Struct aws_sdk_ec2::output::DescribeVpcAttributeOutput
source · #[non_exhaustive]pub struct DescribeVpcAttributeOutput { /* private fields */ }
Implementations§
source§impl DescribeVpcAttributeOutput
impl DescribeVpcAttributeOutput
sourcepub fn enable_dns_hostnames(&self) -> Option<&AttributeBooleanValue>
pub fn enable_dns_hostnames(&self) -> Option<&AttributeBooleanValue>
Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true
, instances in the VPC get DNS hostnames; otherwise, they do not.
sourcepub fn enable_dns_support(&self) -> Option<&AttributeBooleanValue>
pub fn enable_dns_support(&self) -> Option<&AttributeBooleanValue>
Indicates whether DNS resolution is enabled for the VPC. If this attribute is true
, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
sourcepub fn enable_network_address_usage_metrics(
&self
) -> Option<&AttributeBooleanValue>
pub fn enable_network_address_usage_metrics(
&self
) -> Option<&AttributeBooleanValue>
Indicates whether Network Address Usage metrics are enabled for your VPC.
source§impl DescribeVpcAttributeOutput
impl DescribeVpcAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVpcAttributeOutput
.
Trait Implementations§
source§impl Clone for DescribeVpcAttributeOutput
impl Clone for DescribeVpcAttributeOutput
source§fn clone(&self) -> DescribeVpcAttributeOutput
fn clone(&self) -> DescribeVpcAttributeOutput
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 DescribeVpcAttributeOutput
impl Debug for DescribeVpcAttributeOutput
source§impl PartialEq<DescribeVpcAttributeOutput> for DescribeVpcAttributeOutput
impl PartialEq<DescribeVpcAttributeOutput> for DescribeVpcAttributeOutput
source§fn eq(&self, other: &DescribeVpcAttributeOutput) -> bool
fn eq(&self, other: &DescribeVpcAttributeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.