Struct rusoto_ds::DeleteConditionalForwarderRequest[][src]

pub struct DeleteConditionalForwarderRequest {
    pub directory_id: String,
    pub remote_domain_name: String,
}

Deletes a conditional forwarder.

Fields

The directory ID for which you are deleting the conditional forwarder.

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Trait Implementations

impl Default for DeleteConditionalForwarderRequest
[src]

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

impl Debug for DeleteConditionalForwarderRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteConditionalForwarderRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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