class

Amazonite::SsmV1::CreateDocumentRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(content : String, name : String, requires : Array(DocumentRequires) | Nil = nil, attachments : Array(AttachmentsSource) | Nil = nil, display_name : String | Nil = nil, version_name : String | Nil = nil, document_type : DocumentType | Nil = nil, document_format : DocumentFormat | Nil = nil, target_type : String | Nil = nil, tags : Array(Tag) | 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_type
Source
document_type=(document_type : DocumentType | Nil)
Source
name
Source
name=(name : String)
Source
requires
Source
requires=(requires : Array(DocumentRequires) | Nil)
Source
tags
Source
tags=(tags : Array(Tag) | Nil)
Source
target_type
Source
target_type=(target_type : String | Nil)
Source
version_name
Source
version_name=(version_name : String | Nil)
Source