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

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

Overview

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)


1905
1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-s3/types.rb', line 1905

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

#keyString

The object key.

Returns:

  • (String)


1905
1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-s3/types.rb', line 1905

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

#last_modifiedTime

Date and time the object was last modified.

Returns:

  • (Time)


1905
1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-s3/types.rb', line 1905

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

#ownerTypes::Owner

Returns:



1905
1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-s3/types.rb', line 1905

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

#version_idString

Version ID of an object.

Returns:

  • (String)


1905
1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-s3/types.rb', line 1905

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