Struct: s3.DeleteObjectTaggingOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
VersionId *string
The versionId of the object the tag-set was removed from.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetVersionId(string) *DeleteObjectTaggingOutput
operation
SetVersionId sets the VersionId field's value.
-
String() string
operation
String returns the string representation.
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”.
10925 10926 10927 |
// File 'service/s3/api.go', line 10925
|
func (s *DeleteObjectTaggingOutput) SetVersionId(v string) *DeleteObjectTaggingOutput
SetVersionId sets the VersionId field's value.
10930 10931 10932 10933 |
// File 'service/s3/api.go', line 10930
|
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”.
10916 10917 10918 |
// File 'service/s3/api.go', line 10916
|