Class: Aws::Types::CreateCommitInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCommitInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author_name ⇒ ::String
Returns the value of attribute author_name.
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#delete_files ⇒ ::Array[Types::DeleteFileEntry]
Returns the value of attribute delete_files.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
-
#parent_commit_id ⇒ ::String
Returns the value of attribute parent_commit_id.
-
#put_files ⇒ ::Array[Types::PutFileEntry]
Returns the value of attribute put_files.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#set_file_modes ⇒ ::Array[Types::SetFileModeEntry]
Returns the value of attribute set_file_modes.
Instance Attribute Details
#author_name ⇒ ::String
Returns the value of attribute author_name.
393 394 395 |
# File 'sig/types.rbs', line 393 def @author_name end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
391 392 393 |
# File 'sig/types.rbs', line 391 def branch_name @branch_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
395 396 397 |
# File 'sig/types.rbs', line 395 def @commit_message end |
#delete_files ⇒ ::Array[Types::DeleteFileEntry]
Returns the value of attribute delete_files.
398 399 400 |
# File 'sig/types.rbs', line 398 def delete_files @delete_files end |
#email ⇒ ::String
Returns the value of attribute email.
394 395 396 |
# File 'sig/types.rbs', line 394 def email @email end |
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
396 397 398 |
# File 'sig/types.rbs', line 396 def keep_empty_folders @keep_empty_folders end |
#parent_commit_id ⇒ ::String
Returns the value of attribute parent_commit_id.
392 393 394 |
# File 'sig/types.rbs', line 392 def parent_commit_id @parent_commit_id end |
#put_files ⇒ ::Array[Types::PutFileEntry]
Returns the value of attribute put_files.
397 398 399 |
# File 'sig/types.rbs', line 397 def put_files @put_files end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
390 391 392 |
# File 'sig/types.rbs', line 390 def repository_name @repository_name end |
#set_file_modes ⇒ ::Array[Types::SetFileModeEntry]
Returns the value of attribute set_file_modes.
399 400 401 |
# File 'sig/types.rbs', line 399 def set_file_modes @set_file_modes end |