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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-datasync/types.rb', line 2061

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)


2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-datasync/types.rb', line 2061

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

#location_uriString

The URL of the NFS location.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-datasync/types.rb', line 2061

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.



2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-datasync/types.rb', line 2061

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 are connecting to a Network File System (NFS) location.

Returns:



2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-datasync/types.rb', line 2061

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