[−][src]Struct rusoto_ds::SharedDirectory
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.
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
).
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.
Current directory status of the shared AWS Managed Microsoft AD directory.
Identifier of the directory consumer account that has access to the shared directory (OwnerDirectoryId
) in the directory owner account.
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]
fn eq(&self, other: &SharedDirectory) -> bool
[src]
fn ne(&self, other: &SharedDirectory) -> bool
[src]
impl Default for SharedDirectory
[src]
fn default() -> SharedDirectory
[src]
impl Clone for SharedDirectory
[src]
fn clone(&self) -> 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]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
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]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self