Class: Aws::DataSync::Types::DescribeLocationNfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationNfsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationNfsResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time when the NFS location was created.
-
#location_arn ⇒ String
The ARN of the NFS location.
-
#location_uri ⇒ String
The URI of the NFS location.
-
#mount_options ⇒ Types::NfsMountOptions
The mount options that DataSync uses to mount your NFS file server.
-
#on_prem_config ⇒ Types::OnPremConfig
The DataSync agents that can connect to your Network File System (NFS) file server.
Instance Attribute Details
#creation_time ⇒ Time
The time when the NFS location was created.
2173 2174 2175 2176 2177 2178 2179 2180 2181 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2173 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
The ARN of the NFS location.
2173 2174 2175 2176 2177 2178 2179 2180 2181 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2173 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#location_uri ⇒ String
The URI of the NFS location.
2173 2174 2175 2176 2177 2178 2179 2180 2181 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2173 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#mount_options ⇒ Types::NfsMountOptions
The mount options that DataSync uses to mount your NFS file server.
2173 2174 2175 2176 2177 2178 2179 2180 2181 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2173 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |
#on_prem_config ⇒ Types::OnPremConfig
The DataSync agents that can connect to your Network File System (NFS) file server.
2173 2174 2175 2176 2177 2178 2179 2180 2181 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2173 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end |