You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::DeleteMarkerEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the delete marker.

Instance Attribute Summary collapse

Instance Attribute Details

#is_latestBoolean

Specifies whether the object is (true) or is not (false) the latest version of an object.

Returns:

  • (Boolean)

    Specifies whether the object is (true) or is not (false) the latest version of an object.

#keyString

The object key.

Returns:

  • (String)

    The object key.

#last_modifiedTime

Date and time the object was last modified.

Returns:

  • (Time)

    Date and time the object was last modified.

#ownerTypes::Owner

The account that created the delete marker.>

Returns:

  • (Types::Owner)

    The account that created the delete marker.>.

#version_idString

Version ID of an object.

Returns:

  • (String)

    Version ID of an object.