You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::MultipartUpload

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Container for the MultipartUpload for the Amazon S3 object.

Instance Attribute Summary collapse

Instance Attribute Details

#initiatedTime

Date and time at which the multipart upload was initiated.

Returns:

  • (Time)

    Date and time at which the multipart upload was initiated.

#initiatorTypes::Initiator

Identifies who initiated the multipart upload.

Returns:

#keyString

Key of the object for which the multipart upload was initiated.

Returns:

  • (String)

    Key of the object for which the multipart upload was initiated.

#ownerTypes::Owner

Specifies the owner of the object that is part of the multipart upload.

Returns:

  • (Types::Owner)

    Specifies the owner of the object that is part of the multipart upload.

#storage_classString

The class of storage used to store the object.

Possible values:

  • STANDARD
  • REDUCED_REDUNDANCY
  • STANDARD_IA
  • ONEZONE_IA
  • INTELLIGENT_TIERING
  • GLACIER
  • DEEP_ARCHIVE
  • OUTPOSTS

Returns:

  • (String)

    The class of storage used to store the object.

#upload_idString

Upload ID that identifies the multipart upload.

Returns:

  • (String)

    Upload ID that identifies the multipart upload.