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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attachments
Sourcecontent
Sourcedisplay_name
Sourcedocument_format
Sourcedocument_format=(document_format : DocumentFormat | Nil)
Sourcedocument_type
Sourcedocument_type=(document_type : DocumentType | Nil)
Sourcename
Sourcerequires
Sourcetags
Sourcetarget_type
Sourceversion_name
Source