Class: Aws::SSM::Types::DocumentReviews
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DocumentReviews
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about a document approval review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action to take on a document approval review request.
-
#comment ⇒ Array<Types::DocumentReviewCommentSource>
A comment entered by a user in your organization about the document review request.
Instance Attribute Details
#action ⇒ String
The action to take on a document approval review request.
7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-ssm/types.rb', line 7117 class DocumentReviews < Struct.new( :action, :comment) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ Array<Types::DocumentReviewCommentSource>
A comment entered by a user in your organization about the document review request.
7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-ssm/types.rb', line 7117 class DocumentReviews < Struct.new( :action, :comment) SENSITIVE = [] include Aws::Structure end |