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)


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

#keyString

Returns:

  • (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_modifiedTime

Returns:

  • (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

#ownerTypes::Owner

Returns:



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

#sizeInteger

Returns:

  • (Integer)


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

#storage_classString

The class of storage used to store the object.

Returns:

  • (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