Class: Aws::SSM::Types::ReviewInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ReviewInformation
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Information about the result of a document review request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reviewed_time ⇒ Time
The time that the reviewer took action on the document review request.
-
#reviewer ⇒ String
The reviewer assigned to take action on the document review request.
-
#status ⇒ String
The current status of the document review request.
Instance Attribute Details
#reviewed_time ⇒ Time
The time that the reviewer took action on the document review request.
16758 16759 16760 16761 16762 16763 16764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16758 class ReviewInformation < Struct.new( :reviewed_time, :status, :reviewer) SENSITIVE = [] include Aws::Structure end |
#reviewer ⇒ String
The reviewer assigned to take action on the document review request.
16758 16759 16760 16761 16762 16763 16764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16758 class ReviewInformation < Struct.new( :reviewed_time, :status, :reviewer) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the document review request.
16758 16759 16760 16761 16762 16763 16764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16758 class ReviewInformation < Struct.new( :reviewed_time, :status, :reviewer) SENSITIVE = [] include Aws::Structure end |