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

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

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'lib/aws-sdk-datasync/types.rb', line 1915

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