Class: Aws::Types::DeleteMarkerEntry
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMarkerEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_latest ⇒ Boolean
Returns the value of attribute is_latest.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#is_latest ⇒ Boolean
Returns the value of attribute is_latest.
637 638 639 |
# File 'sig/types.rbs', line 637 def is_latest @is_latest end |
#key ⇒ ::String
Returns the value of attribute key.
635 636 637 |
# File 'sig/types.rbs', line 635 def key @key end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
638 639 640 |
# File 'sig/types.rbs', line 638 def last_modified @last_modified end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
634 635 636 |
# File 'sig/types.rbs', line 634 def owner @owner end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
636 637 638 |
# File 'sig/types.rbs', line 636 def version_id @version_id end |