Struct rusoto_ec2::DescribeEgressOnlyInternetGatewaysResult [] [src]

pub struct DescribeEgressOnlyInternetGatewaysResult {
    pub egress_only_internet_gateways: Option<Vec<EgressOnlyInternetGateway>>,
    pub next_token: Option<String>,
}

Fields

Information about the egress-only Internet gateways.

The token to use to retrieve the next page of results.

Trait Implementations

impl Default for DescribeEgressOnlyInternetGatewaysResult
[src]

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

impl Debug for DescribeEgressOnlyInternetGatewaysResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeEgressOnlyInternetGatewaysResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more