Struct rusoto_ds::DescribeConditionalForwardersRequest[][src]

pub struct DescribeConditionalForwardersRequest {
    pub directory_id: String,
    pub remote_domain_names: Option<Vec<String>>,
}

Describes a conditional forwarder.

Fields

The directory ID for which to get the list of associated conditional forwarders.

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

Trait Implementations

impl Default for DescribeConditionalForwardersRequest
[src]

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

impl Debug for DescribeConditionalForwardersRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeConditionalForwardersRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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