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)


2002
2003
2004
2005
2006
2007
2008
2009
2010
# File 'lib/aws-sdk-datasync/types.rb', line 2002

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)


2002
2003
2004
2005
2006
2007
2008
2009
2010
# File 'lib/aws-sdk-datasync/types.rb', line 2002

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)


2002
2003
2004
2005
2006
2007
2008
2009
2010
# File 'lib/aws-sdk-datasync/types.rb', line 2002

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.



2002
2003
2004
2005
2006
2007
2008
2009
2010
# File 'lib/aws-sdk-datasync/types.rb', line 2002

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:



2002
2003
2004
2005
2006
2007
2008
2009
2010
# File 'lib/aws-sdk-datasync/types.rb', line 2002

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