[−][src]Struct rusoto_ds::DirectoryDescription
Contains information about an AWS Directory Service directory.
Fields
access_url: Option<String>
The access URL for the directory, such as http://<alias>.awsapps.com
. If no alias has been created for the directory, <alias>
is the directory identifier, such as d-XXXXXXXXXX
.
alias: Option<String>
The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX
.
connect_settings: Option<DirectoryConnectSettingsDescription>
A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.
description: Option<String>
The textual description for the directory.
desired_number_of_domain_controllers: Option<i64>
The desired number of domain controllers in the directory if the directory is Microsoft AD.
directory_id: Option<String>
The directory identifier.
dns_ip_addrs: Option<Vec<String>>
The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in the on-premises directory to which the AD Connector is connected.
edition: Option<String>
The edition associated with this directory.
launch_time: Option<f64>
Specifies when the directory was created.
name: Option<String>
The fully qualified name of the directory.
owner_directory_description: Option<OwnerDirectoryDescription>
Describes the AWS Managed Microsoft AD directory in the directory owner account.
radius_settings: Option<RadiusSettings>
A RadiusSettings object that contains information about the RADIUS server configured for this directory.
radius_status: Option<String>
The status of the RADIUS MFA server connection.
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.
short_name: Option<String>
The short name of the directory.
size: Option<String>
The directory size.
sso_enabled: Option<bool>
Indicates if single sign-on is enabled for the directory. For more information, see EnableSso and DisableSso.
stage: Option<String>
The current stage of the directory.
stage_last_updated_date_time: Option<f64>
The date and time that the stage was last updated.
stage_reason: Option<String>
Additional information about the directory stage.
type_: Option<String>
The directory size.
vpc_settings: Option<DirectoryVpcSettingsDescription>
A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.
Trait Implementations
impl PartialEq<DirectoryDescription> for DirectoryDescription
[src]
fn eq(&self, other: &DirectoryDescription) -> bool
[src]
fn ne(&self, other: &DirectoryDescription) -> bool
[src]
impl Default for DirectoryDescription
[src]
fn default() -> DirectoryDescription
[src]
impl Clone for DirectoryDescription
[src]
fn clone(&self) -> DirectoryDescription
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DirectoryDescription
[src]
impl<'de> Deserialize<'de> for DirectoryDescription
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DirectoryDescription
impl Sync for DirectoryDescription
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