Class: Aws::FSx::Types::ActiveDirectoryBackupAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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

Instance Attribute Details

#active_directory_idString

The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

Returns:

  • (String)


40
41
42
43
44
45
46
# File 'gems/aws-sdk-fsx/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_nameString

The fully qualified domain name of the self-managed Active Directory directory.

Returns:

  • (String)


40
41
42
43
44
45
46
# File 'gems/aws-sdk-fsx/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_arnString

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.

Returns:

  • (String)


40
41
42
43
44
45
46
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 40

class ActiveDirectoryBackupAttributes < Struct.new(
  :domain_name,
  :active_directory_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end