Class: Aws::S3::Types::ObjectVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ObjectVersion
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
- #etag ⇒ String
-
#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 the object was last modified.
- #owner ⇒ Types::Owner
-
#size ⇒ Integer
Size in bytes of the object.
-
#storage_class ⇒ String
The class of storage used to store the object.
-
#version_id ⇒ String
Version ID of an object.
Instance Attribute Details
#etag ⇒ String
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#is_latest ⇒ Boolean
Specifies whether the object is (true) or is not (false) the latest version of an object.
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#key ⇒ String
The object key.
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#last_modified ⇒ Time
Date and time the object was last modified.
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#owner ⇒ Types::Owner
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#size ⇒ Integer
Size in bytes of the object.
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#storage_class ⇒ String
The class of storage used to store the object.
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |
#version_id ⇒ String
Version ID of an object.
5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-s3/types.rb', line 5637 class ObjectVersion < Struct.new( :etag, :size, :storage_class, :key, :version_id, :is_latest, :last_modified, :owner) include Aws::Structure end |