Class: Aws::DataSync::Types::DescribeLocationNfsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

DescribeLocationNfsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time when the NFS location was created.

Returns:

  • (Time)


2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2187

class DescribeLocationNfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :on_prem_config,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The ARN of the NFS location.

Returns:

  • (String)


2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2187

class DescribeLocationNfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :on_prem_config,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URI of the NFS location.

Returns:

  • (String)


2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2187

class DescribeLocationNfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :on_prem_config,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#mount_optionsTypes::NfsMountOptions

The mount options that DataSync uses to mount your NFS file server.



2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2187

class DescribeLocationNfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :on_prem_config,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#on_prem_configTypes::OnPremConfig

The DataSync agents that can connect to your Network File System (NFS) file server.

Returns:



2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2187

class DescribeLocationNfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :on_prem_config,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end