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)


1207
1208
1209
1210
1211
# File 'lib/aws-sdk-datasync/types.rb', line 1207

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