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

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

Instance Attribute Details

#actionString

The action to take on a document approval review request.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7097

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.



7097
7098
7099
7100
7101
7102
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7097

class DocumentReviews < Struct.new(
  :action,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end