Class: Aws::DataSync::Types::DescribeLocationFsxOntapRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.

Returns:

  • (String)


1807
1808
1809
1810
1811
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1807

class DescribeLocationFsxOntapRequest < Struct.new(
  :location_arn)
  SENSITIVE = []
  include Aws::Structure
end