Class: Aws::DataSync::Types::DescribeLocationFsxOntapRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxOntapRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.
1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-datasync/types.rb', line 1807 class DescribeLocationFsxOntapRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |