class
Amazonite::Ssm::DeleteDocumentRequest
- Amazonite::Ssm::DeleteDocumentRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/delete_document_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, document_version : String | Nil = nil, version_name : String | Nil = nil, force : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_version : String | Nil
The version of the document that you want to delete.
-
#document_version=(document_version : String | Nil)
The version of the document that you want to delete.
-
#force : Bool | Nil
Some SSM document types require that you specify a
Forceflag before you can delete the document. -
#force=(force : Bool | Nil)
Some SSM document types require that you specify a
Forceflag before you can delete the document. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the document.
-
#name=(name : String)
The name of the document.
- #validate! : Nil
-
#version_name : String | Nil
The version name of the document that you want to delete.
-
#version_name=(version_name : String | Nil)
The version name of the document that you want to delete.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The version of the document that you want to delete. If not provided, all versions of the document are deleted.
The version of the document that you want to delete. If not provided, all versions of the document are deleted.
Some 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 Identity and
Access Management (IAM) policy.
Some 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 Identity and
Access Management (IAM) policy.
The version name of the document that you want to delete. If not provided, all versions of the document are deleted.
The version name of the document that you want to delete. If not provided, all versions of the document are deleted.