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)


1986
1987
1988
1989
1990
# File 'lib/aws-sdk-datasync/types.rb', line 1986

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