You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::UpdateDocumentRequestWhen passing UpdateDocumentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
content: "DocumentContent", attachments: [
{
key: "SourceUrl", values: ["AttachmentsSourceValue"],
name: "AttachmentIdentifier",
},
],
name: "DocumentName", version_name: "DocumentVersionName",
document_version: "DocumentVersion",
document_format: "YAML", target_type: "TargetType",
}
Instance Attribute Summary collapse
A list of key and value pairs that describe attachments to a version of a document.
A valid JSON or YAML string.
Specify the document format for the new document version.
(Required) The latest version of the document that you want to update.
The name of the document that you want to update.
Specify a new target type for the document.
An optional field specifying the version of the artifact you are updating with the document.
A list of key and value pairs that describe attachments to a version of a document.
#content ⇒ StringA valid JSON or YAML string.
#document_format ⇒ StringSpecify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.
Possible values:
(Required) The latest version of the document that you want to update. The latest document version can be specified using the $LATEST variable or by the version number. Updating a previous version of a document is not supported.
#name ⇒ StringThe name of the document that you want to update.
#target_type ⇒ StringSpecify a new target type for the document.
#version_name ⇒ StringAn optional field specifying the version of the artifact you are updating with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and cannot be changed.
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