Class: Aws::CodeCommit::Types::DeleteCommentContentInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comment_idString

The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

Returns:

  • (String)


1877
1878
1879
1880
1881
# File 'lib/aws-sdk-codecommit/types.rb', line 1877

class DeleteCommentContentInput < Struct.new(
  :comment_id)
  SENSITIVE = []
  include Aws::Structure
end