You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::DeleteDocumentRequestWhen passing DeleteDocumentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "DocumentName", document_version: "DocumentVersion",
version_name: "DocumentVersionName",
force: false,
}
Instance Attribute Summary collapse
The version of the document that you want to delete.
Some SSM document types require that you specify a Force
flag before you can delete the document.
The name of the document.
The version name of the document that you want to delete.
The version of the document that you want to delete. If not provided, all versions of the document are deleted.
#force ⇒ BooleanSome SSM document types require that you specify a Force
flag before you can delete the document. For example, you must specify a Force
flag to delete a document of type ApplicationConfigurationSchema
. You can restrict access to the Force
flag in an AWS Identity and Access Management (IAM) policy.
The name of the document.
#version_name ⇒ StringThe version name of the document that you want to delete. If not provided, all versions of the document are deleted.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4