Class: Aws::Types::GetCommitInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def commit_id
  @commit_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def repository_name
  @repository_name
end