Class: Aws::DataSync::Types::CreateLocationNfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationNfsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
CreateLocationNfsResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The ARN of the transfer location that you created for your NFS file server.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the transfer location that you created for your NFS file server.
949 950 951 952 953 |
# File 'lib/aws-sdk-datasync/types.rb', line 949 class CreateLocationNfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |