class Amazonite::Ssm::ReviewInformation

Overview

Information about the result of a document review request.

Included Modules

Defined in:

ssm/review_information.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(reviewed_time : Time | Nil = nil, status : ReviewStatus | Nil = nil, reviewer : 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def reviewed_time : Time | Nil #

The time that the reviewer took action on the document review request.


[View source]
def reviewed_time=(reviewed_time : Time | Nil) #

The time that the reviewer took action on the document review request.


[View source]
def reviewer : String | Nil #

The reviewer assigned to take action on the document review request.


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

The reviewer assigned to take action on the document review request.


[View source]
def status : ReviewStatus | Nil #

The current status of the document review request.


[View source]
def status=(status : ReviewStatus | Nil) #

The current status of the document review request.


[View source]
def validate! : Nil #

[View source]