Class: Aws::CodeCommit::Types::PostCommentForPullRequestInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_commit_idString

The full commit ID of the commit in the source branch that is the current tip of the branch for the pull request when you post the comment.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#before_commit_idString

The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was created.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

**A suitable default value is auto-generated.** You should normally not need to pass this option.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The content of your comment on the change.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::Location

The location of the change where you want to post your comment. If no location is provided, the comment is posted as a general comment on the pull request difference between the before commit ID and the after commit ID.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#pull_request_idString

The system-generated ID of the pull request. To get this ID, use ListPullRequests.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository where you want to post a comment on a pull request.



5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-codecommit/types.rb', line 5435

class PostCommentForPullRequestInput < Struct.new(
  :pull_request_id,
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :location,
  :content,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end