Class: Aws::DataSync::Types::DescribeLocationFsxLustreRequest

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 location to describe.

Returns:

  • (String)


1765
1766
1767
1768
1769
# File 'lib/aws-sdk-datasync/types.rb', line 1765

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