Class: Aws::DataSync::Types::DescribeLocationFsxLustreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxLustreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.
Instance Attribute Details
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.
1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-datasync/types.rb', line 1840 class DescribeLocationFsxLustreRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |