Class: Aws::S3::Types::MultipartUpload
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::MultipartUpload
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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
-
#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.
5313 5314 5315 5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-s3/types.rb', line 5313 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator) include Aws::Structure end |
#initiator ⇒ Types::Initiator
Identifies who initiated the multipart upload.
5313 5314 5315 5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-s3/types.rb', line 5313 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator) include Aws::Structure end |
#key ⇒ String
Key of the object for which the multipart upload was initiated.
5313 5314 5315 5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-s3/types.rb', line 5313 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator) include Aws::Structure end |
#owner ⇒ Types::Owner
5313 5314 5315 5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-s3/types.rb', line 5313 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator) include Aws::Structure end |
#storage_class ⇒ String
The class of storage used to store the object.
5313 5314 5315 5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-s3/types.rb', line 5313 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator) include Aws::Structure end |
#upload_id ⇒ String
Upload ID that identifies the multipart upload.
5313 5314 5315 5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-s3/types.rb', line 5313 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator) include Aws::Structure end |