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”.
8354 8355 8356 |
// File 'service/s3/api.go', line 8354
|
func (s *CompletedMultipartUpload) SetParts(v []*CompletedPart) *CompletedMultipartUpload
SetParts sets the Parts field’s value.
8359 8360 8361 8362 |
// File 'service/s3/api.go', line 8359
|
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”.
8345 8346 8347 |
// File 'service/s3/api.go', line 8345
|