Class: Aws::Types::CreateCommitOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCommitOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#files_added ⇒ ::Array[Types::FileMetadata]
Returns the value of attribute files_added.
-
#files_deleted ⇒ ::Array[Types::FileMetadata]
Returns the value of attribute files_deleted.
-
#files_updated ⇒ ::Array[Types::FileMetadata]
Returns the value of attribute files_updated.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
404 405 406 |
# File 'sig/types.rbs', line 404 def commit_id @commit_id end |
#files_added ⇒ ::Array[Types::FileMetadata]
Returns the value of attribute files_added.
406 407 408 |
# File 'sig/types.rbs', line 406 def files_added @files_added end |
#files_deleted ⇒ ::Array[Types::FileMetadata]
Returns the value of attribute files_deleted.
408 409 410 |
# File 'sig/types.rbs', line 408 def files_deleted @files_deleted end |
#files_updated ⇒ ::Array[Types::FileMetadata]
Returns the value of attribute files_updated.
407 408 409 |
# File 'sig/types.rbs', line 407 def files_updated @files_updated end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def tree_id @tree_id end |