Class: Aws::S3::Types::ObjectVersion

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#etagString



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#is_latestBoolean

Specifies whether the object is (true) or is not (false) the latest version of an object.



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#keyString

The object key.



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#last_modifiedTime

Date and time the object was last modified.



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#ownerTypes::Owner



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#sizeInteger

Size in bytes of the object.



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#storage_classString

The class of storage used to store the object.



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end

#version_idString

Version ID of an object.



5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
# File 'lib/aws-sdk-s3/types.rb', line 5214

class ObjectVersion < Struct.new(
  :etag,
  :size,
  :storage_class,
  :key,
  :version_id,
  :is_latest,
  :last_modified,
  :owner)
  include Aws::Structure
end