Struct rusoto_ds::VerifyTrustRequest [] [src]

pub struct VerifyTrustRequest {
    pub trust_id: String,
}

Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.

Fields

The unique Trust ID of the trust relationship to verify.

Trait Implementations

impl Default for VerifyTrustRequest
[src]

[src]

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

impl Debug for VerifyTrustRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for VerifyTrustRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more