Struct rusoto_ds::DeleteTrustRequest[][src]

pub struct DeleteTrustRequest {
    pub delete_associated_conditional_forwarder: Option<bool>,
    pub trust_id: String,
}

Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.

Fields

Delete a conditional forwarder as part of a DeleteTrustRequest.

The Trust ID of the trust relationship to be deleted.

Trait Implementations

impl Default for DeleteTrustRequest
[src]

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

impl Debug for DeleteTrustRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTrustRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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