class Aws::WorkDocs::Types::DeleteCustomMetadataRequest
@note When making an API call, you may pass DeleteCustomMetadataRequest
data as a hash: { authentication_token: "AuthenticationHeaderType", resource_id: "ResourceIdType", # required version_id: "DocumentVersionIdType", keys: ["CustomMetadataKeyType"], delete_all: false, }
@!attribute [rw] authentication_token
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API. @return [String]
@!attribute [rw] resource_id
The ID of the resource, either a document or folder. @return [String]
@!attribute [rw] version_id
The ID of the version, if the custom metadata is being deleted from a document version. @return [String]
@!attribute [rw] keys
List of properties to remove. @return [Array<String>]
@!attribute [rw] delete_all
Flag to indicate removal of all custom metadata properties from the specified resource. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DeleteCustomMetadataRequest AWS API Documentation
Constants
- SENSITIVE