Class: Aws::Types::DeleteObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
664 665 666 |
# File 'sig/types.rbs', line 664 def directory_arn @directory_arn end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
665 666 667 |
# File 'sig/types.rbs', line 665 def object_reference @object_reference end |