Class: Aws::DataSync::Types::DescribeLocationFsxWindowsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the FSx for Windows File Server location was created.

Returns:

  • (Time)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxWindowsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time,
  :user,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxWindowsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time,
  :user,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The ARN of the FSx for Windows File Server location.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxWindowsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time,
  :user,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The uniform resource identifier (URI) of the FSx for Windows File Server location.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxWindowsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time,
  :user,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_arnsArray<String>

The ARNs of the Amazon EC2 security groups that provide access to your file system’s preferred subnet.

For information about configuring security groups for file system access, see the [ *Amazon FSx for Windows File Server User Guide* ][1].

[1]: docs.aws.amazon.com/fsx/latest/WindowsGuide/limit-access-security-groups.html

Returns:

  • (Array<String>)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxWindowsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time,
  :user,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#userString

The user with the permissions to mount and access the FSx for Windows File Server file system.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxWindowsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time,
  :user,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end