Class: Aws::DataSync::Types::CreateLocationFsxLustreResponse

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

The Amazon Resource Name (ARN) of the FSx for Lustre file system location that’s created.

Returns:

  • (String)


510
511
512
513
514
# File 'lib/aws-sdk-datasync/types.rb', line 510

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