Class: Aws::DataSync::Types::CreateLocationFsxWindowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxWindowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The ARN of the FSx for Windows File Server file system location you created.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the FSx for Windows File Server file system location you created.
748 749 750 751 752 |
# File 'lib/aws-sdk-datasync/types.rb', line 748 class CreateLocationFsxWindowsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |