Class: Aws::SSM::Types::DocumentReviewCommentSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Information about comments added to a document review request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

Returns:

  • (String)


7031
7032
7033
7034
7035
7036
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7031

class DocumentReviewCommentSource < Struct.new(
  :type,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of information added to a review request. Currently, only the value Comment is supported.

Returns:

  • (String)


7031
7032
7033
7034
7035
7036
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7031

class DocumentReviewCommentSource < Struct.new(
  :type,
  :content)
  SENSITIVE = []
  include Aws::Structure
end