Class: Aws::Types::DeleteObjectInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteObjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
305 306 307 |
# File 'sig/types.rbs', line 305 def etag @etag end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
306 307 308 |
# File 'sig/types.rbs', line 306 def partition_values @partition_values end |
#uri ⇒ ::String
Returns the value of attribute uri.
304 305 306 |
# File 'sig/types.rbs', line 304 def uri @uri end |