Struct rusoto_ec2::EgressOnlyInternetGateway[][src]

pub struct EgressOnlyInternetGateway {
    pub attachments: Option<Vec<InternetGatewayAttachment>>,
    pub egress_only_internet_gateway_id: Option<String>,
}

Describes an egress-only Internet gateway.

Fields

Information about the attachment of the egress-only Internet gateway.

The ID of the egress-only Internet gateway.

Trait Implementations

impl Default for EgressOnlyInternetGateway
[src]

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

impl Debug for EgressOnlyInternetGateway
[src]

Formats the value using the given formatter. Read more

impl Clone for EgressOnlyInternetGateway
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EgressOnlyInternetGateway
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations