Class: Aws::DataSync::Types::DescribeLocationSmbResponse

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

Overview

DescribeLocationSmbResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

The Amazon Resource Name (ARN) of the source SMB file system location that is created.

Returns:

  • (Array<String>)


2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the SMB location was created.

Returns:

  • (Time)


2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the Windows domain that the SMB server belongs to.

Returns:

  • (String)


2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The Amazon Resource Name (ARN) of the SMB location that was described.

Returns:

  • (String)


2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URL of the source SMB location that was described.

Returns:

  • (String)


2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#mount_optionsTypes::SmbMountOptions

The mount options that are available for DataSync to use to access an SMB location.



2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#userString

The user who can mount the share, has the permissions to access files and folders in the SMB share.

Returns:

  • (String)


2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'lib/aws-sdk-datasync/types.rb', line 2207

class DescribeLocationSmbResponse < Struct.new(
  :location_arn,
  :location_uri,
  :agent_arns,
  :user,
  :domain,
  :mount_options,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end