Class: Aws::S3::Types::CompletedMultipartUpload

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

The container for the completed multipart upload details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partsArray<Types::CompletedPart>

Array of CompletedPart data types.

If you do not supply a valid Part with your request, the service sends back an HTTP 400 response.



1409
1410
1411
1412
1413
# File 'lib/aws-sdk-s3/types.rb', line 1409

class CompletedMultipartUpload < Struct.new(
  :parts)
  SENSITIVE = []
  include Aws::Structure
end