Struct: s3.CompletedMultipartUpload
Overview
The container for the completed multipart upload details.
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
Parts []*CompletedPart
Array of CompletedPart data types.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetParts([]*CompletedPart) *CompletedMultipartUpload
operation
SetParts sets the Parts field's value.
-
String() string
operation
String returns the string representation.
Structure Field Details
Parts []*CompletedPart
`locationName:"Part" type:"list" flattened:"true"`
Array of CompletedPart data types.
_ struct{}
`type:"structure"`
Method Details
func (s CompletedMultipartUpload) GoString() string
GoString returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
8203 8204 8205 |
// File 'service/s3/api.go', line 8203
|
func (s *CompletedMultipartUpload) SetParts(v []*CompletedPart) *CompletedMultipartUpload
SetParts sets the Parts field's value.
8208 8209 8210 8211 |
// File 'service/s3/api.go', line 8208
|
func (s CompletedMultipartUpload) String() string
String returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
8194 8195 8196 |
// File 'service/s3/api.go', line 8194
|