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

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

Overview

The version of an object.

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The entity tag is an MD5 hash of that version of the object.

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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.

Returns:

  • (Boolean)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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

#keyString

The object key.

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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.

Returns:

  • (Time)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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

#ownerTypes::Owner

Specifies the owner of the object.

Returns:



8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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.

Returns:

  • (Integer)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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.

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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.

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
# File 'lib/aws-sdk-s3/types.rb', line 8115

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