Class: Aws::DataSync::Types::CreateLocationSmbResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationSmbResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
CreateLocationSmbResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The ARN of the SMB location that you created.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the SMB location that you created.
1289 1290 1291 1292 1293 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1289 class CreateLocationSmbResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |