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)


2093
2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2093

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)


2093
2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2093

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)


2093
2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2093

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.



2093
2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2093

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:



2093
2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2093

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