[][src]Struct rusoto_ds::SharedDirectory

pub struct SharedDirectory {
    pub created_date_time: Option<f64>,
    pub last_updated_date_time: Option<f64>,
    pub owner_account_id: Option<String>,
    pub owner_directory_id: Option<String>,
    pub share_method: Option<String>,
    pub share_notes: Option<String>,
    pub share_status: Option<String>,
    pub shared_account_id: Option<String>,
    pub shared_directory_id: Option<String>,
}

Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.

Fields

created_date_time: Option<f64>

The date and time that the shared directory was created.

last_updated_date_time: Option<f64>

The date and time that the shared directory was last updated.

owner_account_id: Option<String>

Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.

owner_directory_id: Option<String>

Identifier of the directory in the directory owner account.

share_method: Option<String>

The method used when sharing a directory to determine whether the directory should be shared within your AWS organization (ORGANIZATIONS) or with any AWS account by sending a shared directory request (HANDSHAKE).

share_notes: Option<String>

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

share_status: Option<String>

Current directory status of the shared AWS Managed Microsoft AD directory.

shared_account_id: Option<String>

Identifier of the directory consumer account that has access to the shared directory (OwnerDirectoryId) in the directory owner account.

shared_directory_id: Option<String>

Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.

Trait Implementations

impl PartialEq<SharedDirectory> for SharedDirectory[src]

impl Default for SharedDirectory[src]

impl Clone for SharedDirectory[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SharedDirectory[src]

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

Auto Trait Implementations

impl Send for SharedDirectory

impl Sync for SharedDirectory

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]

type Owned = T

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

type Error = !

🔬 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> BorrowMut for T where
    T: ?Sized
[src]

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

type Error = <U as TryFrom<T>>::Error

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

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self