Class: Aws::DataSync::Types::CreateLocationFsxOntapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxOntapResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the ARN of the FSx for ONTAP file system location that you create.
Instance Attribute Details
#location_arn ⇒ String
Specifies the ARN of the FSx for ONTAP file system location that you create.
612 613 614 615 616 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 612 class CreateLocationFsxOntapResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |