Struct rusoto_ds::UpdateConditionalForwarderRequest[][src]

pub struct UpdateConditionalForwarderRequest {
    pub directory_id: String,
    pub dns_ip_addrs: Vec<String>,
    pub remote_domain_name: String,
}

Updates a conditional forwarder.

Fields

The directory ID of the AWS directory for which to update the conditional forwarder.

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

Trait Implementations

impl Default for UpdateConditionalForwarderRequest
[src]

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

impl Debug for UpdateConditionalForwarderRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateConditionalForwarderRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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