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
6129 6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-s3/types.rb', line 6129 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#key ⇒ String
6129 6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-s3/types.rb', line 6129 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#last_modified ⇒ Time
6129 6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-s3/types.rb', line 6129 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#owner ⇒ Types::Owner
6129 6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-s3/types.rb', line 6129 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#size ⇒ Integer
6129 6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-s3/types.rb', line 6129 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |
#storage_class ⇒ String
The class of storage used to store the object.
6129 6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-s3/types.rb', line 6129 class Object < Struct.new( :key, :last_modified, :etag, :size, :storage_class, :owner) include Aws::Structure end |