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]

[src]

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

impl Debug for Trust
[src]

[src]

Formats the value using the given formatter.

impl Clone for Trust
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more