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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


372
373
374
375
376
# File 'lib/aws-sdk-datasync/types.rb', line 372

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