Class: Aws::CodeCommit::Types::CommentsForComparedCommit
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CommentsForComparedCommit
- Defined in:
- gems/aws-sdk-codecommit/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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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.
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1019 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 |