Struct rusoto_ec2::DescribeNatGatewaysRequest [] [src]

pub struct DescribeNatGatewaysRequest {
    pub filter: Option<Vec<Filter>>,
    pub max_results: Option<i64>,
    pub nat_gateway_ids: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Contains the parameters for DescribeNatGateways.

Fields

One or more filters.

  • nat-gateway-id - The ID of the NAT gateway.

  • state - The state of the NAT gateway (pending | failed | available | deleting | deleted).

  • subnet-id - The ID of the subnet in which the NAT gateway resides.

  • vpc-id - The ID of the VPC in which the NAT gateway resides.

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value specified is greater than 1000, we return only 1000 items.

One or more NAT gateway IDs.

The token to retrieve the next page of results.

Trait Implementations

impl Default for DescribeNatGatewaysRequest
[src]

[src]

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

impl Debug for DescribeNatGatewaysRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeNatGatewaysRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more