class Amazonite::Ssm::ListDocumentMetadataHistoryResponse

Included Modules

Defined in:

ssm/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 ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def author : String | Nil #

The user ID of the person in the organization who requested the review of the change template.


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

The user ID of the person in the organization who requested the review of the change template.


[View source]
def document_version : String | Nil #

The version of the change template.


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

The version of the change template.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def metadata : DocumentMetadataResponseInfo | Nil #

Information about the response to the change template approval request.


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

Information about the response to the change template approval request.


[View source]
def name : String | Nil #

The name of the change template.


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

The name of the change template.


[View source]
def next_token : String | Nil #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.


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

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.


[View source]
def validate! : Nil #

[View source]