Struct rusoto_ds::RemoveIpRoutesRequest[][src]

pub struct RemoveIpRoutesRequest {
    pub cidr_ips: Vec<String>,
    pub directory_id: String,
}

Fields

IP address blocks that you want to remove.

Identifier (ID) of the directory from which you want to remove the IP addresses.

Trait Implementations

impl Default for RemoveIpRoutesRequest
[src]

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

impl Debug for RemoveIpRoutesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RemoveIpRoutesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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