Class: Aws::DataSync::Types::CreateLocationSmbResponse

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

Overview

CreateLocationSmbResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The ARN of the SMB location that you created.

Returns:

  • (String)


1243
1244
1245
1246
1247
# File 'lib/aws-sdk-datasync/types.rb', line 1243

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