Class: Aws::CodeCommit::Types::GetCommentsForComparedCommitInput

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

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

Returns:

  • (String)


2851
2852
2853
2854
2855
2856
2857
2858
2859
# File 'lib/aws-sdk-codecommit/types.rb', line 2851

class GetCommentsForComparedCommitInput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#before_commit_idString

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

Returns:

  • (String)


2851
2852
2853
2854
2855
2856
2857
2858
2859
# File 'lib/aws-sdk-codecommit/types.rb', line 2851

class GetCommentsForComparedCommitInput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.

Returns:

  • (Integer)


2851
2852
2853
2854
2855
2856
2857
2858
2859
# File 'lib/aws-sdk-codecommit/types.rb', line 2851

class GetCommentsForComparedCommitInput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that when provided in a request, returns the next batch of the results.

Returns:

  • (String)


2851
2852
2853
2854
2855
2856
2857
2858
2859
# File 'lib/aws-sdk-codecommit/types.rb', line 2851

class GetCommentsForComparedCommitInput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository where you want to compare commits.

Returns:

  • (String)


2851
2852
2853
2854
2855
2856
2857
2858
2859
# File 'lib/aws-sdk-codecommit/types.rb', line 2851

class GetCommentsForComparedCommitInput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end