Class: Aws::DataSync::Types::CreateLocationFsxOpenZfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxOpenZfsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The ARN of the FSx for OpenZFS file system location that you created.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the FSx for OpenZFS file system location that you created.
650 651 652 653 654 |
# File 'lib/aws-sdk-datasync/types.rb', line 650 class CreateLocationFsxOpenZfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |