Struct: s3.PutObjectTaggingOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
VersionId *string
The versionId of the object the tag-set was added to.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetVersionId(string) *PutObjectTaggingOutput
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 added to.
_ struct{}
`type:"structure"`
Method Details
func (s PutObjectTaggingOutput) 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”.
21104 21105 21106 |
// File 'service/s3/api.go', line 21104
|
func (s *PutObjectTaggingOutput) SetVersionId(v string) *PutObjectTaggingOutput
SetVersionId sets the VersionId field's value.
21109 21110 21111 21112 |
// File 'service/s3/api.go', line 21109
|
func (s PutObjectTaggingOutput) 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”.
21095 21096 21097 |
// File 'service/s3/api.go', line 21095
|