Class: Aws::SSM::Types::DocumentReviews

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The action to take on a document approval review request.

Returns:

  • (String)


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

#commentArray<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