Class: Aws::CodeCommit::Types::ListFileCommitHistoryResponse

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

#next_tokenString

An enumeration token that can be used to return the next batch of results.

Returns:

  • (String)


4264
4265
4266
4267
4268
4269
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4264

class ListFileCommitHistoryResponse < Struct.new(
  :revision_dag,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#revision_dagArray<Types::FileVersion>

An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the commits that changed the file.

Returns:



4264
4265
4266
4267
4268
4269
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4264

class ListFileCommitHistoryResponse < Struct.new(
  :revision_dag,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end