Class: Aws::DataSync::Types::DescribeLocationSmbRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationSmbRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationSmbRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the SMB location that you want information about.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the SMB location that you want information about.
2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-datasync/types.rb', line 2338 class DescribeLocationSmbRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |