Class: Aws::Types::ListFileCommitHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_specifier::String

Returns the value of attribute commit_specifier.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def commit_specifier
  @commit_specifier
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def file_path
  @file_path
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def next_token
  @next_token
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def repository_name
  @repository_name
end