class Amazonite::SsmV1::UpdateDocumentRequest

Included Modules

Defined in:

ssm_v1/update_document_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def attachments : Array(AttachmentsSource) | Nil #

[View source]
def attachments=(attachments : Array(AttachmentsSource) | Nil) #

[View source]
def content : String #

[View source]
def content=(content : String) #

[View source]
def display_name : String | Nil #

[View source]
def display_name=(display_name : String | Nil) #

[View source]
def document_format : DocumentFormat | Nil #

[View source]
def document_format=(document_format : DocumentFormat | Nil) #

[View source]
def document_version : String | Nil #

[View source]
def document_version=(document_version : String | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def target_type : String | Nil #

[View source]
def target_type=(target_type : String | Nil) #

[View source]
def version_name : String | Nil #

[View source]
def version_name=(version_name : String | Nil) #

[View source]