class
Amazonite::Ssm::UpdateDocumentMetadataRequest
- Amazonite::Ssm::UpdateDocumentMetadataRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_document_metadata_request.crConstructors
- .new(name : String, document_reviews : DocumentReviews, document_version : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_reviews : DocumentReviews
The change template review details to update.
-
#document_reviews=(document_reviews : DocumentReviews)
The change template review details to update.
-
#document_version : String | Nil
The version of a change template in which to update approval metadata.
-
#document_version=(document_version : String | Nil)
The version of a change template in which to update approval metadata.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the change template for which a version's metadata is to be updated.
-
#name=(name : String)
The name of the change template for which a version's metadata is to be updated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The change template review details to update.
The version of a change template in which to update approval metadata.
The version of a change template in which to update approval metadata.
The name of the change template for which a version's metadata is to be updated.
The name of the change template for which a version's metadata is to be updated.