Struct: s3.DeleteObjectsOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
Deleted []*DeletedObject
Container element for a successful delete.
-
Errors []*Error
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
-
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.
-
SetDeleted([]*DeletedObject) *DeleteObjectsOutput
operation
SetDeleted sets the Deleted field’s value.
-
SetErrors([]*Error) *DeleteObjectsOutput
operation
SetErrors sets the Errors field’s value.
-
SetRequestCharged(string) *DeleteObjectsOutput
operation
SetRequestCharged sets the RequestCharged field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
Deleted []*DeletedObject
`type:"list" flattened:"true"`
Container element for a successful delete. It identifies the object that was successfully deleted.
Errors []*Error
`locationName:"Error" type:"list" flattened:"true"`
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
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 DeleteObjectsOutput) 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”.
11253 11254 11255 |
// File 'service/s3/api.go', line 11253
|
func (s *DeleteObjectsOutput) SetDeleted(v []*DeletedObject) *DeleteObjectsOutput
SetDeleted sets the Deleted field’s value.
11258 11259 11260 11261 |
// File 'service/s3/api.go', line 11258
|
func (s *DeleteObjectsOutput) SetErrors(v []*Error) *DeleteObjectsOutput
SetErrors sets the Errors field’s value.
11264 11265 11266 11267 |
// File 'service/s3/api.go', line 11264
|
func (s *DeleteObjectsOutput) SetRequestCharged(v string) *DeleteObjectsOutput
SetRequestCharged sets the RequestCharged field’s value.
11270 11271 11272 11273 |
// File 'service/s3/api.go', line 11270
|
func (s DeleteObjectsOutput) 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”.
11244 11245 11246 |
// File 'service/s3/api.go', line 11244
|