Class: Aws::DataSync::Types::CreateLocationAzureBlobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The ARN of the Azure Blob Storage transfer location that you created.

Returns:

  • (String)


385
386
387
388
389
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 385

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