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.
725 726 727 |
# File 'sig/types.rbs', line 725 def delete_marker @delete_marker end |
#delete_marker_version_id ⇒ ::String
Returns the value of attribute delete_marker_version_id.
726 727 728 |
# File 'sig/types.rbs', line 726 def delete_marker_version_id @delete_marker_version_id end |
#key ⇒ ::String
Returns the value of attribute key.
723 724 725 |
# File 'sig/types.rbs', line 723 def key @key end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
724 725 726 |
# File 'sig/types.rbs', line 724 def version_id @version_id end |