Class: Aws::Types::DeleteFileOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileOutput
- 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.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
524 525 526 |
# File 'sig/types.rbs', line 524 def blob_id @blob_id end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
523 524 525 |
# File 'sig/types.rbs', line 523 def commit_id @commit_id end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
526 527 528 |
# File 'sig/types.rbs', line 526 def file_path @file_path end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
525 526 527 |
# File 'sig/types.rbs', line 525 def tree_id @tree_id end |