Struct aws_sdk_fsx::model::ActiveDirectoryBackupAttributes [−][src]
#[non_exhaustive]pub struct ActiveDirectoryBackupAttributes {
pub domain_name: Option<String>,
pub active_directory_id: Option<String>,
pub resource_arn: Option<String>,
}Expand description
The Microsoft AD attributes of the Amazon FSx for Windows File Server file system.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.domain_name: Option<String>The fully qualified domain name of the self-managed AD directory.
active_directory_id: Option<String>The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
resource_arn: Option<String>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.
Implementations
The fully qualified domain name of the self-managed AD directory.
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
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.
Creates a new builder-style object to manufacture ActiveDirectoryBackupAttributes
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ActiveDirectoryBackupAttributes
impl Sync for ActiveDirectoryBackupAttributes
impl Unpin for ActiveDirectoryBackupAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more