Class: Aws::Types::ListFileCommitHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFileCommitHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#revision_dag ⇒ ::Array[Types::FileVersion]
Returns the value of attribute revision_dag.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def next_token @next_token end |
#revision_dag ⇒ ::Array[Types::FileVersion]
Returns the value of attribute revision_dag.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def revision_dag @revision_dag end |