Class: Aws::DataSync::Types::DescribeLocationAzureBlobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationAzureBlobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-datasync/types.rb', line 1686 class DescribeLocationAzureBlobRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |