Struct rusoto_ec2::NatGatewayAddress [] [src]

pub struct NatGatewayAddress {
    pub allocation_id: Option<String>,
    pub network_interface_id: Option<String>,
    pub private_ip: Option<String>,
    pub public_ip: Option<String>,
}

Describes the IP addresses and network interface associated with a NAT gateway.

Fields

The allocation ID of the Elastic IP address that's associated with the NAT gateway.

The ID of the network interface associated with the NAT gateway.

The private IP address associated with the Elastic IP address.

The Elastic IP address associated with the NAT gateway.

Trait Implementations

impl Default for NatGatewayAddress
[src]

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

impl Debug for NatGatewayAddress
[src]

Formats the value using the given formatter.

impl Clone for NatGatewayAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more