Class: Aws::CodeCommit::Types::PostCommentForComparedCommitOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_idString

In the directionality you established, the blob ID of the after blob.

Returns:

  • (String)


5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#after_commit_idString

In the directionality you established, the full commit ID of the after commit.

Returns:

  • (String)


5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#before_blob_idString

In the directionality you established, the blob ID of the before blob.

Returns:

  • (String)


5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#before_commit_idString

In the directionality you established, the full commit ID of the before commit.

Returns:

  • (String)


5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#commentTypes::Comment

The content of the comment you posted.

Returns:



5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::Location

The location of the comment in the comparison between the two commits.

Returns:



5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository where you posted a comment on the comparison between commits.

Returns:

  • (String)


5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5378

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end