Struct aws_sdk_appstream::types::DomainJoinInfo
source · #[non_exhaustive]pub struct DomainJoinInfo { /* private fields */ }
Expand description
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
Implementations§
source§impl DomainJoinInfo
impl DomainJoinInfo
sourcepub fn directory_name(&self) -> Option<&str>
pub fn directory_name(&self) -> Option<&str>
The fully qualified name of the directory (for example, corp.example.com).
sourcepub fn organizational_unit_distinguished_name(&self) -> Option<&str>
pub fn organizational_unit_distinguished_name(&self) -> Option<&str>
The distinguished name of the organizational unit for computer accounts.
source§impl DomainJoinInfo
impl DomainJoinInfo
sourcepub fn builder() -> DomainJoinInfoBuilder
pub fn builder() -> DomainJoinInfoBuilder
Creates a new builder-style object to manufacture DomainJoinInfo
.
Trait Implementations§
source§impl Clone for DomainJoinInfo
impl Clone for DomainJoinInfo
source§fn clone(&self) -> DomainJoinInfo
fn clone(&self) -> DomainJoinInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DomainJoinInfo
impl Debug for DomainJoinInfo
source§impl PartialEq<DomainJoinInfo> for DomainJoinInfo
impl PartialEq<DomainJoinInfo> for DomainJoinInfo
source§fn eq(&self, other: &DomainJoinInfo) -> bool
fn eq(&self, other: &DomainJoinInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.