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.

impl Clone for EgressOnlyInternetGateway
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more