Class: Aws::S3::Types::Object

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

Returns:

  • (String)


5999
6000
6001
6002
6003
6004
6005
6006
6007
# File 'lib/aws-sdk-s3/types.rb', line 5999

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

#keyString

Returns:

  • (String)


5999
6000
6001
6002
6003
6004
6005
6006
6007
# File 'lib/aws-sdk-s3/types.rb', line 5999

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

#last_modifiedTime

Returns:

  • (Time)


5999
6000
6001
6002
6003
6004
6005
6006
6007
# File 'lib/aws-sdk-s3/types.rb', line 5999

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

#ownerTypes::Owner

Returns:



5999
6000
6001
6002
6003
6004
6005
6006
6007
# File 'lib/aws-sdk-s3/types.rb', line 5999

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

#sizeInteger

Returns:

  • (Integer)


5999
6000
6001
6002
6003
6004
6005
6006
6007
# File 'lib/aws-sdk-s3/types.rb', line 5999

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

#storage_classString

The class of storage used to store the object.

Returns:

  • (String)


5999
6000
6001
6002
6003
6004
6005
6006
6007
# File 'lib/aws-sdk-s3/types.rb', line 5999

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