Class: Aws::Types::ListFileCommitHistoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1268
1269
1270
# File 'sig/types.rbs', line 1268

def revision_dag
  @revision_dag
end