Class: Aws::DataSync::Types::DescribeLocationFsxLustreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxLustreRequest
- Defined in:
- gems/aws-sdk-datasync/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.
1915 1916 1917 1918 1919 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1915 class DescribeLocationFsxLustreRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |