Struct rusoto_ec2::DescribeInternetGatewaysResult [] [src]

pub struct DescribeInternetGatewaysResult {
    pub internet_gateways: Option<Vec<InternetGateway>>,
}

Contains the output of DescribeInternetGateways.

Fields

Information about one or more Internet gateways.

Trait Implementations

impl Default for DescribeInternetGatewaysResult
[src]

[src]

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

impl Debug for DescribeInternetGatewaysResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeInternetGatewaysResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more