Class: Aws::S3::Types::DeleteMarkerEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteMarkerEntry
- 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
-
#is_latest ⇒ Boolean
Specifies whether the object is (true) or is not (false) the latest version of an object.
-
#key ⇒ String
The object key.
-
#last_modified ⇒ Time
Date and time when the object was last modified.
-
#owner ⇒ Types::Owner
The account that created the delete marker.>.
-
#version_id ⇒ String
Version ID of an object.
Instance Attribute Details
#is_latest ⇒ Boolean
Specifies whether the object is (true) or is not (false) the latest version of an object.
4029 4030 4031 4032 4033 4034 4035 4036 4037 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4029 class DeleteMarkerEntry < Struct.new( :owner, :key, :version_id, :is_latest, :last_modified) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The object key.
4029 4030 4031 4032 4033 4034 4035 4036 4037 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4029 class DeleteMarkerEntry < Struct.new( :owner, :key, :version_id, :is_latest, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
Date and time when the object was last modified.
4029 4030 4031 4032 4033 4034 4035 4036 4037 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4029 class DeleteMarkerEntry < Struct.new( :owner, :key, :version_id, :is_latest, :last_modified) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ Types::Owner
The account that created the delete marker.>
4029 4030 4031 4032 4033 4034 4035 4036 4037 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4029 class DeleteMarkerEntry < Struct.new( :owner, :key, :version_id, :is_latest, :last_modified) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
Version ID of an object.
4029 4030 4031 4032 4033 4034 4035 4036 4037 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4029 class DeleteMarkerEntry < Struct.new( :owner, :key, :version_id, :is_latest, :last_modified) SENSITIVE = [] include Aws::Structure end |