Struct rusoto_ec2::ReplaceRouteRequest [] [src]

pub struct ReplaceRouteRequest {
    pub destination_cidr_block: Option<String>,
    pub destination_ipv_6_cidr_block: Option<String>,
    pub dry_run: Option<bool>,
    pub egress_only_internet_gateway_id: Option<String>,
    pub gateway_id: Option<String>,
    pub instance_id: Option<String>,
    pub nat_gateway_id: Option<String>,
    pub network_interface_id: Option<String>,
    pub route_table_id: String,
    pub vpc_peering_connection_id: Option<String>,
}

Contains the parameters for ReplaceRoute.

Fields

The IPv4 CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.

The IPv6 CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

[IPv6 traffic only] The ID of an egress-only Internet gateway.

The ID of an Internet gateway or virtual private gateway.

The ID of a NAT instance in your VPC.

[IPv4 traffic only] The ID of a NAT gateway.

The ID of a network interface.

The ID of the route table.

The ID of a VPC peering connection.

Trait Implementations

impl Default for ReplaceRouteRequest
[src]

[src]

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

impl Debug for ReplaceRouteRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReplaceRouteRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more