Class: Aws::CodeCommit::Types::PostCommentForComparedCommitInput

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_commit_idString

To establish the directionality of the comparison, the full commit ID of the after commit.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5331

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

#before_commit_idString

To establish the directionality of the comparison, the full commit ID of the before commit. Required for commenting on any commit unless that commit is the initial commit.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5331

class PostCommentForComparedCommitInput < Struct.new(
  :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.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5331

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

#contentString

The content of the comment you want to make.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5331

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

#locationTypes::Location

The location of the comparison where you want to comment.

Returns:



5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5331

class PostCommentForComparedCommitInput < Struct.new(
  :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 the comparison between commits.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5331

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