Class: Aws::DataSync::Types::DescribeLocationFsxWindowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxWindowsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the FSx for Windows File Server location was created.
-
#domain ⇒ String
The name of the Windows domain that the FSx for Windows File Server belongs to.
-
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
-
#location_uri ⇒ String
The URL of the FSx for Windows File Server location that was described.
-
#security_group_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
-
#user ⇒ String
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
Instance Attribute Details
#creation_time ⇒ Time
The time that the FSx for Windows File Server location was created.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-datasync/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 |
#domain ⇒ String
The name of the Windows domain that the FSx for Windows File Server belongs to.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-datasync/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_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-datasync/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_uri ⇒ String
The URL of the FSx for Windows File Server location that was described.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-datasync/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_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-datasync/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 |
#user ⇒ String
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-datasync/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 |