Struct aws_sdk_ec2::output::DescribeVpcAttributeOutput
source · [−]#[non_exhaustive]pub struct DescribeVpcAttributeOutput {
pub vpc_id: Option<String>,
pub enable_dns_hostnames: Option<AttributeBooleanValue>,
pub enable_dns_support: Option<AttributeBooleanValue>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.vpc_id: Option<String>
The ID of the VPC.
enable_dns_hostnames: 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.
enable_dns_support: 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.
Implementations
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.
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.
Creates a new builder-style object to manufacture DescribeVpcAttributeOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more