Class: Aws::S3::Types::Part

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

Entity tag returned when the part was uploaded.

Returns:

  • (String)


5781
5782
5783
5784
5785
5786
5787
# File 'lib/aws-sdk-s3/types.rb', line 5781

class Part < Struct.new(
  :part_number,
  :last_modified,
  :etag,
  :size)
  include Aws::Structure
end

#last_modifiedTime

Date and time at which the part was uploaded.

Returns:

  • (Time)


5781
5782
5783
5784
5785
5786
5787
# File 'lib/aws-sdk-s3/types.rb', line 5781

class Part < Struct.new(
  :part_number,
  :last_modified,
  :etag,
  :size)
  include Aws::Structure
end

#part_numberInteger

Part number identifying the part. This is a positive integer between 1 and 10,000.

Returns:

  • (Integer)


5781
5782
5783
5784
5785
5786
5787
# File 'lib/aws-sdk-s3/types.rb', line 5781

class Part < Struct.new(
  :part_number,
  :last_modified,
  :etag,
  :size)
  include Aws::Structure
end

#sizeInteger

Size of the uploaded part data.

Returns:

  • (Integer)


5781
5782
5783
5784
5785
5786
5787
# File 'lib/aws-sdk-s3/types.rb', line 5781

class Part < Struct.new(
  :part_number,
  :last_modified,
  :etag,
  :size)
  include Aws::Structure
end