Class: Aws::Types::PutFileOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutFileOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def blob_id @blob_id end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def commit_id @commit_id end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def tree_id @tree_id end |