Class: Aws::WorkDocs::Types::DeleteCustomMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DeleteCustomMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#delete_all ⇒ Boolean
Flag to indicate removal of all custom metadata properties from the specified resource.
-
#keys ⇒ Array<String>
List of properties to remove.
-
#resource_id ⇒ String
The ID of the resource, either a document or folder.
-
#version_id ⇒ String
The ID of the version, if the custom metadata is being deleted from a document version.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-workdocs/types.rb', line 668 class DeleteCustomMetadataRequest < Struct.new( :authentication_token, :resource_id, :version_id, :keys, :delete_all) SENSITIVE = [:authentication_token] include Aws::Structure end |
#delete_all ⇒ Boolean
Flag to indicate removal of all custom metadata properties from the specified resource.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-workdocs/types.rb', line 668 class DeleteCustomMetadataRequest < Struct.new( :authentication_token, :resource_id, :version_id, :keys, :delete_all) SENSITIVE = [:authentication_token] include Aws::Structure end |
#keys ⇒ Array<String>
List of properties to remove.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-workdocs/types.rb', line 668 class DeleteCustomMetadataRequest < Struct.new( :authentication_token, :resource_id, :version_id, :keys, :delete_all) SENSITIVE = [:authentication_token] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource, either a document or folder.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-workdocs/types.rb', line 668 class DeleteCustomMetadataRequest < Struct.new( :authentication_token, :resource_id, :version_id, :keys, :delete_all) SENSITIVE = [:authentication_token] include Aws::Structure end |
#version_id ⇒ String
The ID of the version, if the custom metadata is being deleted from a document version.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-workdocs/types.rb', line 668 class DeleteCustomMetadataRequest < Struct.new( :authentication_token, :resource_id, :version_id, :keys, :delete_all) SENSITIVE = [:authentication_token] include Aws::Structure end |