Class: Aws::DataSync::Types::DescribeLocationFsxOpenZfsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxOpenZfsRequest
- 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 OpenZFS location to describe.
Instance Attribute Details
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for OpenZFS location to describe.
1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-datasync/types.rb', line 1941 class DescribeLocationFsxOpenZfsRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |