#[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() -> DescribeVpcAttributeOutputBuilder
pub fn builder() -> DescribeVpcAttributeOutputBuilder
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 ==
.source§impl RequestId for DescribeVpcAttributeOutput
impl RequestId for DescribeVpcAttributeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeVpcAttributeOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeVpcAttributeOutput
impl Send for DescribeVpcAttributeOutput
impl Sync for DescribeVpcAttributeOutput
impl Unpin for DescribeVpcAttributeOutput
impl UnwindSafe for DescribeVpcAttributeOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more