class
Amazonite::Ssm::ReviewInformation
- Amazonite::Ssm::ReviewInformation
- Reference
- Object
Overview
Information about the result of a document review request.
Included Modules
- JSON::Serializable
Defined in:
ssm/review_information.crConstructors
- .new(pull : JSON::PullParser)
- .new(reviewed_time : Time | Nil = nil, status : ReviewStatus | Nil = nil, reviewer : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#reviewed_time : Time | Nil
The time that the reviewer took action on the document review request.
-
#reviewed_time=(reviewed_time : Time | Nil)
The time that the reviewer took action on the document review request.
-
#reviewer : String | Nil
The reviewer assigned to take action on the document review request.
-
#reviewer=(reviewer : String | Nil)
The reviewer assigned to take action on the document review request.
-
#status : ReviewStatus | Nil
The current status of the document review request.
-
#status=(status : ReviewStatus | Nil)
The current status of the document review request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time that the reviewer took action on the document review request.
The time that the reviewer took action on the document review request.
The reviewer assigned to take action on the document review request.