Class: Aws::DataSync::Types::CreateLocationFsxOntapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxOntapResponse
- Includes:
- Structure
- Defined in:
- 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.
599 600 601 602 603 |
# File 'lib/aws-sdk-datasync/types.rb', line 599 class CreateLocationFsxOntapResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |