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)


599
600
601
602
603
# File 'lib/aws-sdk-datasync/types.rb', line 599

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