Class: Aws::Types::PutFileInput
- Inherits:
-
Object
- Object
- Aws::Types::PutFileInput
- 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_content ⇒ ::String
Returns the value of attribute file_content.
-
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#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.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def branch_name @branch_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def @commit_message end |
#email ⇒ ::String
Returns the value of attribute email.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def email @email end |
#file_content ⇒ ::String
Returns the value of attribute file_content.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def file_content @file_content end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def file_mode @file_mode end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def file_path @file_path end |
#name ⇒ ::String
Returns the value of attribute name.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def name @name end |
#parent_commit_id ⇒ ::String
Returns the value of attribute parent_commit_id.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def parent_commit_id @parent_commit_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def repository_name @repository_name end |