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)


1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'lib/aws-sdk-datasync/types.rb', line 1922

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)


1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'lib/aws-sdk-datasync/types.rb', line 1922

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)


1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'lib/aws-sdk-datasync/types.rb', line 1922

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)


1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'lib/aws-sdk-datasync/types.rb', line 1922

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>)


1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'lib/aws-sdk-datasync/types.rb', line 1922

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)


1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'lib/aws-sdk-datasync/types.rb', line 1922

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