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.
1882 1883 1884 1885 1886 |
# File 'lib/aws-sdk-datasync/types.rb', line 1882 class DescribeLocationFsxOntapRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |