Class: Aws::Types::WriteOperation
- Inherits:
-
Object
- Object
- Aws::Types::WriteOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_object ⇒ Types::AddObjectInput
Returns the value of attribute add_object.
-
#delete_object ⇒ Types::DeleteObjectInput
Returns the value of attribute delete_object.
Instance Attribute Details
#add_object ⇒ Types::AddObjectInput
Returns the value of attribute add_object.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def add_object @add_object end |
#delete_object ⇒ Types::DeleteObjectInput
Returns the value of attribute delete_object.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def delete_object @delete_object end |