Class: Aws::CodeCommit::Types::ListFileCommitHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListFileCommitHistoryResponse
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that can be used to return the next batch of results.
-
#revision_dag ⇒ Array<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.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that can be used to return the next batch of results.
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_dag ⇒ Array<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.
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 |