Class: Aws::Types::Commit
- Inherits:
-
Object
- Object
- Aws::Types::Commit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data ⇒ ::String
Returns the value of attribute additional_data.
-
#author ⇒ Types::UserInfo
Returns the value of attribute author.
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#committer ⇒ Types::UserInfo
Returns the value of attribute committer.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#parents ⇒ ::Array[::String]
Returns the value of attribute parents.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#additional_data ⇒ ::String
Returns the value of attribute additional_data.
315 316 317 |
# File 'sig/types.rbs', line 315 def additional_data @additional_data end |
#author ⇒ Types::UserInfo
Returns the value of attribute author.
313 314 315 |
# File 'sig/types.rbs', line 313 def @author end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def commit_id @commit_id end |
#committer ⇒ Types::UserInfo
Returns the value of attribute committer.
314 315 316 |
# File 'sig/types.rbs', line 314 def committer @committer end |
#message ⇒ ::String
Returns the value of attribute message.
312 313 314 |
# File 'sig/types.rbs', line 312 def @message end |
#parents ⇒ ::Array[::String]
Returns the value of attribute parents.
311 312 313 |
# File 'sig/types.rbs', line 311 def parents @parents end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def tree_id @tree_id end |