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)


7038
7039
7040
7041
7042
7043
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7038

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.



7038
7039
7040
7041
7042
7043
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7038

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