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

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

Overview

DescribeLocationSmbResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

The ARNs of the DataSync agents that can connect with your SMB file server.

Returns:

  • (Array<String>)


2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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)


2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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 Microsoft Active Directory domain that the SMB file server belongs to.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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

#location_arnString

The ARN of the SMB location.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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

#location_uriString

The URI of the SMB location.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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 protocol that DataSync use to access your SMB file.



2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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

#userString

The user that can mount and access the files, folders, and file metadata in your SMB file server.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2298

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