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)


6972
6973
6974
6975
6976
6977
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6972

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)


6972
6973
6974
6975
6976
6977
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6972

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