class Aws::WorkDocs::Types::DeleteLabelsRequest

@note When making an API call, you may pass DeleteLabelsRequest

data as a hash:

    {
      resource_id: "ResourceIdType", # required
      authentication_token: "AuthenticationHeaderType",
      labels: ["SharedLabel"],
      delete_all: false,
    }

@!attribute [rw] resource_id

The ID of the resource.
@return [String]

@!attribute [rw] authentication_token

Amazon WorkDocs authentication token. Not required when using AWS
administrator credentials to access the API.
@return [String]

@!attribute [rw] labels

List of labels to delete from the resource.
@return [Array<String>]

@!attribute [rw] delete_all

Flag to request removal of all labels from the specified resource.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DeleteLabelsRequest AWS API Documentation

Constants

SENSITIVE