Class: Aws::Types::BatchGetCommitsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_ids::Array[::String]

Returns the value of attribute commit_ids.

Returns:

  • (::Array[::String])


179
180
181
# File 'sig/types.rbs', line 179

def commit_ids
  @commit_ids
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def repository_name
  @repository_name
end