Struct rusoto_ec2::CreateNatGatewayRequest [] [src]

pub struct CreateNatGatewayRequest {
    pub allocation_id: String,
    pub client_token: Option<String>,
    pub subnet_id: String,
}

Contains the parameters for CreateNatGateway.

Fields

The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

Constraint: Maximum 64 ASCII characters.

The subnet in which to create the NAT gateway.

Trait Implementations

impl Default for CreateNatGatewayRequest
[src]

[src]

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

impl Debug for CreateNatGatewayRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateNatGatewayRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more