Struct: s3.DeleteObjectTaggingOutput

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

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

Structure Field Details

VersionId *string `location:"header" locationName:"x-amz-version-id" type:"string"`

The versionId of the object the tag-set was removed from.

_ struct{} `type:"structure"`

Method Details

func (s DeleteObjectTaggingOutput) 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”.



11076
11077
11078
// File 'service/s3/api.go', line 11076

func (s DeleteObjectTaggingOutput) GoString() string { return s.String() }

func (s *DeleteObjectTaggingOutput) SetVersionId(v string) *DeleteObjectTaggingOutput

SetVersionId sets the VersionId field’s value.



11081
11082
11083
11084
// File 'service/s3/api.go', line 11081

func (s *DeleteObjectTaggingOutput) SetVersionId(v string) *DeleteObjectTaggingOutput { s.VersionId = &v return s }

func (s DeleteObjectTaggingOutput) 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”.



11067
11068
11069
// File 'service/s3/api.go', line 11067

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