Class: Aws::Types::DeleteFileInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_commit_id ⇒ ::String
Returns the value of attribute parent_commit_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
512 513 514 |
# File 'sig/types.rbs', line 512 def branch_name @branch_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
516 517 518 |
# File 'sig/types.rbs', line 516 def @commit_message end |
#email ⇒ ::String
Returns the value of attribute email.
518 519 520 |
# File 'sig/types.rbs', line 518 def email @email end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
513 514 515 |
# File 'sig/types.rbs', line 513 def file_path @file_path end |
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
515 516 517 |
# File 'sig/types.rbs', line 515 def keep_empty_folders @keep_empty_folders end |
#name ⇒ ::String
Returns the value of attribute name.
517 518 519 |
# File 'sig/types.rbs', line 517 def name @name end |
#parent_commit_id ⇒ ::String
Returns the value of attribute parent_commit_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def parent_commit_id @parent_commit_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def repository_name @repository_name end |