Struct rusoto_ds::Trust[][src]

pub struct Trust {
    pub created_date_time: Option<f64>,
    pub directory_id: Option<String>,
    pub last_updated_date_time: Option<f64>,
    pub remote_domain_name: Option<String>,
    pub state_last_updated_date_time: Option<f64>,
    pub trust_direction: Option<String>,
    pub trust_id: Option<String>,
    pub trust_state: Option<String>,
    pub trust_state_reason: Option<String>,
    pub trust_type: Option<String>,
}

Describes a trust relationship between an Microsoft AD in the AWS cloud and an external domain.

Fields

The date and time that the trust relationship was created.

The Directory ID of the AWS directory involved in the trust relationship.

The date and time that the trust relationship was last updated.

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

The date and time that the TrustState was last updated.

The trust relationship direction.

The unique ID of the trust relationship.

The trust relationship state.

The reason for the TrustState.

The trust relationship type.

Trait Implementations

impl Default for Trust
[src]

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

impl Debug for Trust
[src]

Formats the value using the given formatter. Read more

impl Clone for Trust
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Trust

impl Sync for Trust