Class: Aws::DataSync::Types::CreateLocationSmbResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationSmbResponse
- Includes:
- Structure
- Defined in:
- 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.
1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-datasync/types.rb', line 1275 class CreateLocationSmbResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |