Class: Aws::CodeCommit::Types::PostCommentForPullRequestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PostCommentForPullRequestOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_blob_id ⇒ String
In the directionality of the pull request, the blob ID of the after blob.
-
#after_commit_id ⇒ String
The full commit ID of the commit in the destination branch where the pull request is merged.
-
#before_blob_id ⇒ String
In the directionality of the pull request, the blob ID of the before blob.
-
#before_commit_id ⇒ String
The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.
-
#comment ⇒ Types::Comment
The content of the comment you posted.
-
#location ⇒ Types::Location
The location of the change where you posted your comment.
-
#pull_request_id ⇒ String
The system-generated ID of the pull request.
-
#repository_name ⇒ String
The name of the repository where you posted a comment on a pull request.
Instance Attribute Details
#after_blob_id ⇒ String
In the directionality of the pull request, the blob ID of the after blob.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#after_commit_id ⇒ String
The full commit ID of the commit in the destination branch where the pull request is merged.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#before_blob_id ⇒ String
In the directionality of the pull request, the blob ID of the before blob.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#before_commit_id ⇒ String
The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ Types::Comment
The content of the comment you posted.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::Location
The location of the change where you posted your comment.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#pull_request_id ⇒ String
The system-generated ID of the pull request.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where you posted a comment on a pull request.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5491 class PostCommentForPullRequestOutput < Struct.new( :repository_name, :pull_request_id, :before_commit_id, :after_commit_id, :before_blob_id, :after_blob_id, :location, :comment) SENSITIVE = [] include Aws::Structure end |