Class: Aws::CodeCommit::Types::CommentsForComparedCommit
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CommentsForComparedCommit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Returns information about comments on the comparison between two commits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_blob_id ⇒ String
The full blob ID of the commit used to establish the after of the comparison.
-
#after_commit_id ⇒ String
The full commit ID of the commit used to establish the after of the comparison.
-
#before_blob_id ⇒ String
The full blob ID of the commit used to establish the before of the comparison.
-
#before_commit_id ⇒ String
The full commit ID of the commit used to establish the before of the comparison.
-
#comments ⇒ Array<Types::Comment>
An array of comment objects.
-
#location ⇒ Types::Location
Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.
-
#repository_name ⇒ String
The name of the repository that contains the compared commits.
Instance Attribute Details
#after_blob_id ⇒ String
The full blob ID of the commit used to establish the after of the comparison.
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 |
#after_commit_id ⇒ String
The full commit ID of the commit used to establish the after of the comparison.
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 |
#before_blob_id ⇒ String
The full blob ID of the commit used to establish the before of the comparison.
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 |
#before_commit_id ⇒ String
The full commit ID of the commit used to establish the before of the comparison.
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 |
#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 |
#location ⇒ Types::Location
Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.
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 |
#repository_name ⇒ String
The name of the repository that contains the compared 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 |