#[non_exhaustive]pub struct ActiveDirectoryBackupAttributes { /* private fields */ }Expand description
The Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.
Implementations§
source§impl ActiveDirectoryBackupAttributes
impl ActiveDirectoryBackupAttributes
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The fully qualified domain name of the self-managed Active Directory directory.
sourcepub fn active_directory_id(&self) -> Option<&str>
pub fn active_directory_id(&self) -> Option<&str>
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
source§impl ActiveDirectoryBackupAttributes
impl ActiveDirectoryBackupAttributes
sourcepub fn builder() -> ActiveDirectoryBackupAttributesBuilder
pub fn builder() -> ActiveDirectoryBackupAttributesBuilder
Creates a new builder-style object to manufacture ActiveDirectoryBackupAttributes.
Trait Implementations§
source§impl Clone for ActiveDirectoryBackupAttributes
impl Clone for ActiveDirectoryBackupAttributes
source§fn clone(&self) -> ActiveDirectoryBackupAttributes
fn clone(&self) -> ActiveDirectoryBackupAttributes
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 PartialEq<ActiveDirectoryBackupAttributes> for ActiveDirectoryBackupAttributes
impl PartialEq<ActiveDirectoryBackupAttributes> for ActiveDirectoryBackupAttributes
source§fn eq(&self, other: &ActiveDirectoryBackupAttributes) -> bool
fn eq(&self, other: &ActiveDirectoryBackupAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.