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)


1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
# File 'lib/aws-sdk-datasync/types.rb', line 1863

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 Windows domain that the FSx for Windows File Server belongs to.

Returns:

  • (String)


1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
# File 'lib/aws-sdk-datasync/types.rb', line 1863

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

#location_arnString

The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.

Returns:

  • (String)


1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
# File 'lib/aws-sdk-datasync/types.rb', line 1863

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

#location_uriString

The URL of the FSx for Windows File Server location that was described.

Returns:

  • (String)


1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
# File 'lib/aws-sdk-datasync/types.rb', line 1863

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 Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.

Returns:

  • (Array<String>)


1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
# File 'lib/aws-sdk-datasync/types.rb', line 1863

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

#userString

The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

Returns:

  • (String)


1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
# File 'lib/aws-sdk-datasync/types.rb', line 1863

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