Struct rusoto_ec2::DescribeVpcClassicLinkDnsSupportResult [] [src]

pub struct DescribeVpcClassicLinkDnsSupportResult {
    pub next_token: Option<String>,
    pub vpcs: Option<Vec<ClassicLinkDnsSupport>>,
}

Contains the output of DescribeVpcClassicLinkDnsSupport.

Fields

The token to use when requesting the next set of items.

Information about the ClassicLink DNS support status of the VPCs.

Trait Implementations

impl Default for DescribeVpcClassicLinkDnsSupportResult
[src]

[src]

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

impl Debug for DescribeVpcClassicLinkDnsSupportResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeVpcClassicLinkDnsSupportResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more