Class: Aws::Types::DeletedObject
- Inherits:
-
Object
- Object
- Aws::Types::DeletedObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
-
#delete_marker_version_id ⇒ ::String
Returns the value of attribute delete_marker_version_id.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
732 733 734 |
# File 'sig/types.rbs', line 732 def delete_marker @delete_marker end |
#delete_marker_version_id ⇒ ::String
Returns the value of attribute delete_marker_version_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def delete_marker_version_id @delete_marker_version_id end |
#key ⇒ ::String
Returns the value of attribute key.
730 731 732 |
# File 'sig/types.rbs', line 730 def key @key end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
731 732 733 |
# File 'sig/types.rbs', line 731 def version_id @version_id end |