Class: Aws::DataSync::Types::CreateLocationFsxWindowsResponse

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

The ARN of the FSx for Windows File Server file system location you created.

Returns:

  • (String)


738
739
740
741
742
# File 'lib/aws-sdk-datasync/types.rb', line 738

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