Class: Aws::SSM::Types::DocumentReviews
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DocumentReviews
- Defined in:
- gems/aws-sdk-ssm/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.
7220 7221 7222 7223 7224 7225 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7220 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.
7220 7221 7222 7223 7224 7225 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7220 class DocumentReviews < Struct.new( :action, :comment) SENSITIVE = [] include Aws::Structure end |