Class: Aws::DataSync::Types::DescribeLocationFsxWindowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxWindowsRequest
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the FSx for Windows File Server location.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the FSx for Windows File Server location.
2065 2066 2067 2068 2069 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2065 class DescribeLocationFsxWindowsRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |