You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

DescribeLocationSmbResponse

Returned by:

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>)

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

#creation_timeTime

The time that the SMB location was created.

Returns:

  • (Time)

    The time that the SMB location was created.

#domainString

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

Returns:

  • (String)

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

#location_arnString

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

Returns:

  • (String)

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

#location_uriString

The URL of the source SBM location that was described.

Returns:

  • (String)

    The URL of the source SBM location that was described.

#mount_optionsTypes::SmbMountOptions

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

Returns:

  • (Types::SmbMountOptions)

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

#userString

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

Returns:

  • (String)

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