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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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.

Returns:



1141
1142
1143
1144
1145
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 1141

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