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)


1289
1290
1291
1292
1293
# File 'lib/aws-sdk-datasync/types.rb', line 1289

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