Class: Aws::DataSync::Types::DescribeLocationSmbResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationSmbResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationSmbResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arns ⇒ Array<String>
The ARNs of the DataSync agents that can connect with your SMB file server.
-
#creation_time ⇒ Time
The time that the SMB location was created.
-
#domain ⇒ String
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
-
#location_arn ⇒ String
The ARN of the SMB location.
-
#location_uri ⇒ String
The URI of the SMB location.
-
#mount_options ⇒ Types::SmbMountOptions
The protocol that DataSync use to access your SMB file.
-
#user ⇒ String
The user that can mount and access the files, folders, and file metadata in your SMB file server.
Instance Attribute Details
#agent_arns ⇒ Array<String>
The ARNs of the DataSync agents that can connect with your SMB file server.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the SMB location was created.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
The ARN of the SMB location.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#location_uri ⇒ String
The URI of the SMB location.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#mount_options ⇒ Types::SmbMountOptions
The protocol that DataSync use to access your SMB file.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#user ⇒ String
The user that can mount and access the files, folders, and file metadata in your SMB file server.
2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-datasync/types.rb', line 2379 class DescribeLocationSmbResponse < Struct.new( :location_arn, :location_uri, :agent_arns, :user, :domain, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |