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

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


1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1954

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)


1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1954

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)


1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1954

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)


1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1954

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 security groups that are configured for the FSx for Windows File Server file system.

Returns:

  • (Array<String>)


1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1954

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)


1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1954

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