DeleteLabelsRequest

public struct DeleteLabelsRequest : 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?
  • Flag to request removal of all labels from the specified resource.

    Declaration

    Swift

    public let deleteAll: Bool?
  • List of labels to delete from the resource.

    Declaration

    Swift

    public let labels: [String]?
  • The ID of the resource.

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, deleteAll: Bool? = nil, labels: [String]? = nil, resourceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws