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.
644 645 646 |
# File 'sig/types.rbs', line 644 def is_latest @is_latest end |
#key ⇒ ::String
Returns the value of attribute key.
642 643 644 |
# File 'sig/types.rbs', line 642 def key @key end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
645 646 647 |
# File 'sig/types.rbs', line 645 def last_modified @last_modified end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
641 642 643 |
# File 'sig/types.rbs', line 641 def owner @owner end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
643 644 645 |
# File 'sig/types.rbs', line 643 def version_id @version_id end |