Class: Aws::DataSync::Types::CreateLocationNfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationNfsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
CreateLocationNfsResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the source NFS file system location that is created.
Instance Attribute Details
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the source NFS file system location that is created.
827 828 829 830 831 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 827 class CreateLocationNfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |