Struct rusoto_ec2::DisableVgwRoutePropagationRequest[][src]

pub struct DisableVgwRoutePropagationRequest {
    pub gateway_id: String,
    pub route_table_id: String,
}

Contains the parameters for DisableVgwRoutePropagation.

Fields

The ID of the virtual private gateway.

The ID of the route table.

Trait Implementations

impl Default for DisableVgwRoutePropagationRequest
[src]

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

impl Debug for DisableVgwRoutePropagationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DisableVgwRoutePropagationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisableVgwRoutePropagationRequest
[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