Class: Aws::SSM::Types::DocumentReviewerResponseSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DocumentReviewerResponseSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about a reviewer’s response to a document review request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ Array<Types::DocumentReviewCommentSource>
The comment entered by a reviewer as part of their document review response.
-
#create_time ⇒ Time
The date and time that a reviewer entered a response to a document review request.
-
#review_status ⇒ String
The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.
-
#reviewer ⇒ String
The user in your organization assigned to review a document request.
-
#updated_time ⇒ Time
The date and time that a reviewer last updated a response to a document review request.
Instance Attribute Details
#comment ⇒ Array<Types::DocumentReviewCommentSource>
The comment entered by a reviewer as part of their document review response.
7094 7095 7096 7097 7098 7099 7100 7101 7102 |
# File 'lib/aws-sdk-ssm/types.rb', line 7094 class DocumentReviewerResponseSource < Struct.new( :create_time, :updated_time, :review_status, :comment, :reviewer) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The date and time that a reviewer entered a response to a document review request.
7094 7095 7096 7097 7098 7099 7100 7101 7102 |
# File 'lib/aws-sdk-ssm/types.rb', line 7094 class DocumentReviewerResponseSource < Struct.new( :create_time, :updated_time, :review_status, :comment, :reviewer) SENSITIVE = [] include Aws::Structure end |
#review_status ⇒ String
The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.
Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.
Only one version of a document can be in review, or PENDING, at a time.
7094 7095 7096 7097 7098 7099 7100 7101 7102 |
# File 'lib/aws-sdk-ssm/types.rb', line 7094 class DocumentReviewerResponseSource < Struct.new( :create_time, :updated_time, :review_status, :comment, :reviewer) SENSITIVE = [] include Aws::Structure end |
#reviewer ⇒ String
The user in your organization assigned to review a document request.
7094 7095 7096 7097 7098 7099 7100 7101 7102 |
# File 'lib/aws-sdk-ssm/types.rb', line 7094 class DocumentReviewerResponseSource < Struct.new( :create_time, :updated_time, :review_status, :comment, :reviewer) SENSITIVE = [] include Aws::Structure end |
#updated_time ⇒ Time
The date and time that a reviewer last updated a response to a document review request.
7094 7095 7096 7097 7098 7099 7100 7101 7102 |
# File 'lib/aws-sdk-ssm/types.rb', line 7094 class DocumentReviewerResponseSource < Struct.new( :create_time, :updated_time, :review_status, :comment, :reviewer) SENSITIVE = [] include Aws::Structure end |