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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1817 class DescribeLocationFsxWindowsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time, :user, :domain) SENSITIVE = [] include Aws::Structure end |