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”.
11076 11077 11078 |
// File 'service/s3/api.go', line 11076
|
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) 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
|