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]

[src]

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

impl Debug for DeleteConditionalForwarderRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteConditionalForwarderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations