[][src]Struct rusoto_ds::Trust

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 Clone for Trust
[src]

Performs copy-assignment from source. Read more

impl Default for Trust
[src]

impl PartialEq<Trust> for Trust
[src]

impl Debug for Trust
[src]

impl<'de> Deserialize<'de> for Trust
[src]

Auto Trait Implementations

impl Send for Trust

impl Sync for Trust

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T