Class: Aws::DataSync::Types::DescribeLocationSmbRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

DescribeLocationSmbRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the SMB location that you want information about.

Returns:

  • (String)


2255
2256
2257
2258
2259
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2255

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