Class: Aws::DataSync::Types::UpdateLocationFsxLustreRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you’re updating.

Returns:

  • (String)


6434
6435
6436
6437
6438
6439
# File 'lib/aws-sdk-datasync/types.rb', line 6434

class UpdateLocationFsxLustreRequest < Struct.new(
  :location_arn,
  :subdirectory)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectoryString

Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.

When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don’t include this parameter, DataSync uses the file system’s root directory (‘/`).

Returns:

  • (String)


6434
6435
6436
6437
6438
6439
# File 'lib/aws-sdk-datasync/types.rb', line 6434

class UpdateLocationFsxLustreRequest < Struct.new(
  :location_arn,
  :subdirectory)
  SENSITIVE = []
  include Aws::Structure
end