Class: Aws::CodeCommit::Types::ListFileCommitHistoryRequest

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

#commit_specifierString

The fully quaified reference that identifies the commit that contains the file. For example, you can specify a full commit ID, a tag, a branch name, or a reference such as ‘refs/heads/main`. If none is provided, the head commit is used.

Returns:

  • (String)


4241
4242
4243
4244
4245
4246
4247
4248
4249
# File 'lib/aws-sdk-codecommit/types.rb', line 4241

class ListFileCommitHistoryRequest < Struct.new(
  :repository_name,
  :commit_specifier,
  :file_path,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The full path of the file whose history you want to retrieve, including the name of the file.

Returns:

  • (String)


4241
4242
4243
4244
4245
4246
4247
4248
4249
# File 'lib/aws-sdk-codecommit/types.rb', line 4241

class ListFileCommitHistoryRequest < Struct.new(
  :repository_name,
  :commit_specifier,
  :file_path,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

A non-zero, non-negative integer used to limit the number of returned results.

Returns:

  • (Integer)


4241
4242
4243
4244
4245
4246
4247
4248
4249
# File 'lib/aws-sdk-codecommit/types.rb', line 4241

class ListFileCommitHistoryRequest < Struct.new(
  :repository_name,
  :commit_specifier,
  :file_path,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that allows the operation to batch the results.

Returns:

  • (String)


4241
4242
4243
4244
4245
4246
4247
4248
4249
# File 'lib/aws-sdk-codecommit/types.rb', line 4241

class ListFileCommitHistoryRequest < Struct.new(
  :repository_name,
  :commit_specifier,
  :file_path,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that contains the file.

Returns:

  • (String)


4241
4242
4243
4244
4245
4246
4247
4248
4249
# File 'lib/aws-sdk-codecommit/types.rb', line 4241

class ListFileCommitHistoryRequest < Struct.new(
  :repository_name,
  :commit_specifier,
  :file_path,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end