Struct: s3.PutObjectRetentionOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
RequestCharged *string
If present, indicates that the requester was successfully charged for the request.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetRequestCharged(string) *PutObjectRetentionOutput
operation
SetRequestCharged sets the RequestCharged field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
RequestCharged *string
`location:"header" locationName:"x-amz-request-charged" type:"string" enum:"RequestCharged"`
If present, indicates that the requester was successfully charged for the request.
_ struct{}
`type:"structure"`
Method Details
func (s PutObjectRetentionOutput) 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”.
21461 21462 21463 |
// File 'service/s3/api.go', line 21461
|
func (s *PutObjectRetentionOutput) SetRequestCharged(v string) *PutObjectRetentionOutput
SetRequestCharged sets the RequestCharged field’s value.
21466 21467 21468 21469 |
// File 'service/s3/api.go', line 21466
|
func (s PutObjectRetentionOutput) 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”.
21452 21453 21454 |
// File 'service/s3/api.go', line 21452
|