Class: Aws::DataSync::Types::CreateLocationNfsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

CreateLocationNfsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The ARN of the transfer location that you created for your NFS file server.

Returns:

  • (String)


927
928
929
930
931
# File 'lib/aws-sdk-datasync/types.rb', line 927

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