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

The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.

Returns:

  • (String)


1885
1886
1887
1888
1889
# File 'lib/aws-sdk-datasync/types.rb', line 1885

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