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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1718
1719
1720
1721
1722
# File 'lib/aws-sdk-datasync/types.rb', line 1718

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