Struct rusoto_ec2::DescribeVpcAttributeResult [] [src]

pub struct DescribeVpcAttributeResult {
    pub enable_dns_hostnames: Option<AttributeBooleanValue>,
    pub enable_dns_support: Option<AttributeBooleanValue>,
    pub vpc_id: Option<String>,
}

Contains the output of DescribeVpcAttribute.

Fields

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.

The ID of the VPC.

Trait Implementations

impl Default for DescribeVpcAttributeResult
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeVpcAttributeResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeVpcAttributeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more