class Amazonite::Ssm::DeleteDocumentRequest

Included Modules

Defined in:

ssm/delete_document_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, document_version : String | Nil = nil, version_name : String | Nil = nil, force : Bool | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def document_version : String | Nil #

The version of the document that you want to delete. If not provided, all versions of the document are deleted.


[View source]
def document_version=(document_version : String | Nil) #

The version of the document that you want to delete. If not provided, all versions of the document are deleted.


[View source]
def force : Bool | Nil #

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.


[View source]
def force=(force : Bool | Nil) #

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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String #

The name of the document.


[View source]
def name=(name : String) #

The name of the document.


[View source]
def validate! : Nil #

[View source]
def version_name : String | Nil #

The version name of the document that you want to delete. If not provided, all versions of the document are deleted.


[View source]
def version_name=(version_name : String | Nil) #

The version name of the document that you want to delete. If not provided, all versions of the document are deleted.


[View source]