Class: Aws::DataSync::Types::DescribeLocationFsxWindowsRequest

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 Windows File Server location.

Returns:

  • (String)


1918
1919
1920
1921
1922
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1918

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