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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1695 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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1695 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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1695 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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1695 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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1695 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.
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1695 class DescribeLocationFsxWindowsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time, :user, :domain) SENSITIVE = [] include Aws::Structure end |