Struct rusoto_ec2::DescribeNatGatewaysResult [] [src]

pub struct DescribeNatGatewaysResult {
    pub nat_gateways: Option<Vec<NatGateway>>,
    pub next_token: Option<String>,
}

Contains the output of DescribeNatGateways.

Fields

Information about the NAT gateways.

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Trait Implementations

impl Default for DescribeNatGatewaysResult
[src]

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

impl Debug for DescribeNatGatewaysResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeNatGatewaysResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more