DeleteFolderContentsRequest

public struct DeleteFolderContentsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

    Declaration

    Swift

    public let authenticationToken: String?
  • The ID of the folder.

    Declaration

    Swift

    public let folderId: String
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, folderId: String)
  • Declaration

    Swift

    public func validate(name: String) throws