Class: Aws::S3::Types::Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Object
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
- #etag ⇒ String
- #key ⇒ String
- #last_modified ⇒ Time
- #owner ⇒ Types::Owner
- #size ⇒ Integer
-
#storage_class ⇒ String
The class of storage used to store the object.
Instance Attribute Details
#etag ⇒ String
5570 5571 5572 5573 5574 5575 5576 5577 5578 |
# File 'lib/aws-sdk-s3/types.rb', line 5570 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#key ⇒ String
5570 5571 5572 5573 5574 5575 5576 5577 5578 |
# File 'lib/aws-sdk-s3/types.rb', line 5570 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#last_modified ⇒ Time
5570 5571 5572 5573 5574 5575 5576 5577 5578 |
# File 'lib/aws-sdk-s3/types.rb', line 5570 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#owner ⇒ Types::Owner
5570 5571 5572 5573 5574 5575 5576 5577 5578 |
# File 'lib/aws-sdk-s3/types.rb', line 5570 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |