class Aws::WorkDocs::Types::CreateCustomMetadataRequest
@note When making an API call, you may pass CreateCustomMetadataRequest
data as a hash: { authentication_token: "AuthenticationHeaderType", resource_id: "ResourceIdType", # required version_id: "DocumentVersionIdType", custom_metadata: { # required "CustomMetadataKeyType" => "CustomMetadataValueType", }, }
@!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. @return [String]
@!attribute [rw] version_id
The ID of the version, if the custom metadata is being added to a document version. @return [String]
@!attribute [rw] custom_metadata
Custom metadata in the form of name-value pairs. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/CreateCustomMetadataRequest AWS API Documentation
Constants
- SENSITIVE