Class: Aws::CodeCommit::Types::CommentsForComparedCommit

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#after_blob_idString

The full blob ID of the commit used to establish the after of the comparison.

Returns:

  • (String)


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_idString

The full commit ID of the commit used to establish the after of the comparison.

Returns:

  • (String)


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_idString

The full blob ID of the commit used to establish the before of the comparison.

Returns:

  • (String)


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_idString

The full commit ID of the commit used to establish the before of the comparison.

Returns:

  • (String)


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

#commentsArray<Types::Comment>

An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

Returns:



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

#locationTypes::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.

Returns:



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_nameString

The name of the repository that contains the compared commits.

Returns:

  • (String)


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