class Amazonite::SsmV1::ListDocumentMetadataHistoryResponse

Included Modules

Defined in:

ssm_v1/list_document_metadata_history_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String | Nil = nil, document_version : String | Nil = nil, author : String | Nil = nil, metadata : DocumentMetadataResponseInfo | Nil = nil, next_token : String | Nil = nil) #

[View source]

Instance Method Detail

def author : String | Nil #

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

[View source]
def document_version : String | Nil #

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

[View source]
def metadata : DocumentMetadataResponseInfo | Nil #

[View source]
def metadata=(metadata : DocumentMetadataResponseInfo | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def next_token : String | Nil #

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

[View source]