DescribeLocationSmbResponse

public struct DescribeLocationSmbResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the source SMB file system location that is created.

    Declaration

    Swift

    public let agentArns: [String]?
  • The time that the SMB location was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The name of the Windows domain that the SMB server belongs to.

    Declaration

    Swift

    public let domain: String?
  • The Amazon Resource Name (ARN) of the SMB location that was described.

    Declaration

    Swift

    public let locationArn: String?
  • The URL of the source SBM location that was described.

    Declaration

    Swift

    public let locationUri: String?
  • The mount options that are available for DataSync to use to access an SMB location.

    Declaration

    Swift

    public let mountOptions: SmbMountOptions?
  • The user who can mount the share, has the permissions to access files and folders in the SMB share.

    Declaration

    Swift

    public let user: String?
  • Undocumented

    Declaration

    Swift

    public init(agentArns: [String]? = nil, creationTime: TimeStamp? = nil, domain: String? = nil, locationArn: String? = nil, locationUri: String? = nil, mountOptions: SmbMountOptions? = nil, user: String? = nil)