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
- Struct
- Aws::S3::Types::MultipartUpload
- Defined in:
- (unknown)
Overview
Container for the MultipartUpload
for the Amazon S3 object.
Instance Attribute Summary collapse
-
#initiated ⇒ Time
Date and time at which the multipart upload was initiated.
-
#initiator ⇒ Types::Initiator
Identifies who initiated the multipart upload.
-
#key ⇒ String
Key of the object for which the multipart upload was initiated.
-
#owner ⇒ Types::Owner
Specifies the owner of the object that is part of the multipart upload.
-
#storage_class ⇒ String
The class of storage used to store the object.
-
#upload_id ⇒ String
Upload ID that identifies the multipart upload.
Instance Attribute Details
#initiated ⇒ Time
Date and time at which the multipart upload was initiated.
#initiator ⇒ Types::Initiator
Identifies who initiated the multipart upload.
#key ⇒ String
Key of the object for which the multipart upload was initiated.
#owner ⇒ Types::Owner
Specifies the owner of the object that is part of the multipart upload.
#storage_class ⇒ String
The class of storage used to store the object.
Possible values:
- STANDARD
- REDUCED_REDUNDANCY
- STANDARD_IA
- ONEZONE_IA
- INTELLIGENT_TIERING
- GLACIER
- DEEP_ARCHIVE
- OUTPOSTS
#upload_id ⇒ String
Upload ID that identifies the multipart upload.