Method: Aws::CodeCommit::Types::CommentsForComparedCommit#comments
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#comments ⇒ Array<Types::Comment>
An array of comment objects. Each comment object contains information about a comment on the comparison between commits.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1003 class CommentsForComparedCommit < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comments) SENSITIVE = [] include Aws::Structure end |