Class: Aws::DataSync::Types::CreateLocationFsxOpenZfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxOpenZfsResponse
- 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 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.
663 664 665 666 667 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 663 class CreateLocationFsxOpenZfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |