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)


6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-s3/types.rb', line 6319

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)


6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-s3/types.rb', line 6319

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)


6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-s3/types.rb', line 6319

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

#sizeInteger

Size in bytes of the uploaded part data.

Returns:

  • (Integer)


6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-s3/types.rb', line 6319

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