Struct: s3.PutObjectLegalHoldOutput
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) *PutObjectLegalHoldOutput
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 PutObjectLegalHoldOutput) 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”.
20539 20540 20541 |
// File 'service/s3/api.go', line 20539
|
func (s *PutObjectLegalHoldOutput) SetRequestCharged(v string) *PutObjectLegalHoldOutput
SetRequestCharged sets the RequestCharged field's value.
20544 20545 20546 20547 |
// File 'service/s3/api.go', line 20544
|
func (s PutObjectLegalHoldOutput) 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”.
20530 20531 20532 |
// File 'service/s3/api.go', line 20530
|