class
Amazonite::Ssm::UpdateDocumentResult
- Amazonite::Ssm::UpdateDocumentResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_document_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(document_description : DocumentDescription | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_description : DocumentDescription | Nil
A description of the document that was updated.
-
#document_description=(document_description : DocumentDescription | Nil)
A description of the document that was updated.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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_description : DocumentDescription | Nil
#
A description of the document that was updated.
def document_description=(document_description : DocumentDescription | Nil)
#
A description of the document that was updated.