class

Amazonite::SsmV1::UpdateDocumentRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(content : String, name : String, attachments : Array(AttachmentsSource) | Nil = nil, display_name : String | Nil = nil, version_name : String | Nil = nil, document_version : String | Nil = nil, document_format : DocumentFormat | Nil = nil, target_type : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

attachments
Source
attachments=(attachments : Array(AttachmentsSource) | Nil)
Source
content
Source
content=(content : String)
Source
display_name
Source
display_name=(display_name : String | Nil)
Source
document_format
Source
document_format=(document_format : DocumentFormat | Nil)
Source
document_version
Source
document_version=(document_version : String | Nil)
Source
name
Source
name=(name : String)
Source
target_type
Source
target_type=(target_type : String | Nil)
Source
version_name
Source
version_name=(version_name : String | Nil)
Source