AWSSSMDocumentReviewInformation
No description
type AWSSSMDocumentReviewInformation {
reviewedAt: DateTime
reviewer: String!
status: AWSSSMDocumentReviewStatusType!
}
Fields
AWSSSMDocumentReviewInformation.reviewedAt
● DateTime
scalar
The time that the reviewer took action on the document review request
AWSSSMDocumentReviewInformation.reviewer
● String!
non-null scalar
The reviewer assigned to take action on the document review request
AWSSSMDocumentReviewInformation.status
● AWSSSMDocumentReviewStatusType!
non-null enum
The current status of the document review request
Member of
AWSSSMDocument
object