Class: Aws::DataSync::Types::CreateLocationFsxOntapResponse

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 ARN of the FSx for ONTAP file system location that you create.

Returns:

  • (String)


586
587
588
589
590
# File 'lib/aws-sdk-datasync/types.rb', line 586

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