Class: Aws::SSM::Types::ReviewInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ReviewInformation
- Includes:
- Aws::Structure
- Defined in:
- 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.
16755 16756 16757 16758 16759 16760 16761 |
# File 'lib/aws-sdk-ssm/types.rb', line 16755 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.
16755 16756 16757 16758 16759 16760 16761 |
# File 'lib/aws-sdk-ssm/types.rb', line 16755 class ReviewInformation < Struct.new( :reviewed_time, :status, :reviewer) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the document review request.
16755 16756 16757 16758 16759 16760 16761 |
# File 'lib/aws-sdk-ssm/types.rb', line 16755 class ReviewInformation < Struct.new( :reviewed_time, :status, :reviewer) SENSITIVE = [] include Aws::Structure end |