Class: Aws::DataSync::Types::DescribeLocationFsxWindowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxWindowsResponse
- Includes:
- Structure
- Defined in:
- 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 Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
-
#location_arn ⇒ String
The ARN of the FSx for Windows File Server location.
-
#location_uri ⇒ String
The uniform resource identifier (URI) of the FSx for Windows File Server location.
-
#security_group_arns ⇒ Array<String>
The ARNs of the security groups that are configured for the FSx for Windows File Server file system.
-
#user ⇒ String
The user with the permissions to mount and access 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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-datasync/types.rb', line 1951 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 Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-datasync/types.rb', line 1951 class DescribeLocationFsxWindowsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time, :user, :domain) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
The ARN of the FSx for Windows File Server location.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-datasync/types.rb', line 1951 class DescribeLocationFsxWindowsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time, :user, :domain) SENSITIVE = [] include Aws::Structure end |
#location_uri ⇒ String
The uniform resource identifier (URI) of the FSx for Windows File Server location.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-datasync/types.rb', line 1951 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 ARNs of the security groups that are configured for the FSx for Windows File Server file system.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-datasync/types.rb', line 1951 class DescribeLocationFsxWindowsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time, :user, :domain) SENSITIVE = [] include Aws::Structure end |
#user ⇒ String
The user with the permissions to mount and access the FSx for Windows File Server file system.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-datasync/types.rb', line 1951 class DescribeLocationFsxWindowsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time, :user, :domain) SENSITIVE = [] include Aws::Structure end |