Class: Aws::FSx::Types::ActiveDirectoryBackupAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::ActiveDirectoryBackupAttributes
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #active_directory_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
 - 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fully qualified domain name of the self-managed Active Directory directory.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for a given resource.
 
Instance Attribute Details
#active_directory_id ⇒ String
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
      40 41 42 43 44 45 46  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 40 class ActiveDirectoryBackupAttributes < Struct.new( :domain_name, :active_directory_id, :resource_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_name ⇒ String
The fully qualified domain name of the self-managed Active Directory directory.
      40 41 42 43 44 45 46  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 40 class ActiveDirectoryBackupAttributes < Struct.new( :domain_name, :active_directory_id, :resource_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ 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*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
      40 41 42 43 44 45 46  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 40 class ActiveDirectoryBackupAttributes < Struct.new( :domain_name, :active_directory_id, :resource_arn) SENSITIVE = [] include Aws::Structure end  |