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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Information about the delete marker.

Constant Summary collapse

SENSITIVE =
[]

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)


3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3746

class DeleteMarkerEntry < Struct.new(
  :owner,
  :key,
  :version_id,
  :is_latest,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The object key.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3746

class DeleteMarkerEntry < Struct.new(
  :owner,
  :key,
  :version_id,
  :is_latest,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

Date and time when the object was last modified.

Returns:

  • (Time)


3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3746

class DeleteMarkerEntry < Struct.new(
  :owner,
  :key,
  :version_id,
  :is_latest,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#ownerTypes::Owner

The account that created the delete marker.>

Returns:



3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3746

class DeleteMarkerEntry < Struct.new(
  :owner,
  :key,
  :version_id,
  :is_latest,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

Version ID of an object.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3746

class DeleteMarkerEntry < Struct.new(
  :owner,
  :key,
  :version_id,
  :is_latest,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end