Struct: s3.CompletedMultipartUpload

import "../ibm-cos-sdk-go/service/s3"

Overview

The container for the completed multipart upload details.

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

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) GoString() string { return s.String() }

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

func (s CompletedMultipartUpload) String() string { return awsutil.Prettify(s) }