Class: Aws::Types::Commit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data::String

Returns the value of attribute additional_data.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def additional_data
  @additional_data
end

#authorTypes::UserInfo

Returns the value of attribute author.

Returns:



313
314
315
# File 'sig/types.rbs', line 313

def author
  @author
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def commit_id
  @commit_id
end

#committerTypes::UserInfo

Returns the value of attribute committer.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def committer
  @committer
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def message
  @message
end

#parents::Array[::String]

Returns the value of attribute parents.

Returns:

  • (::Array[::String])


311
312
313
# File 'sig/types.rbs', line 311

def parents
  @parents
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def tree_id
  @tree_id
end