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”.
11102 11103 11104 |
// File 'service/s3/api.go', line 11102
|
func (s *DeleteObjectsOutput) SetDeleted(v []*DeletedObject) *DeleteObjectsOutput
SetDeleted sets the Deleted field's value.
11107 11108 11109 11110 |
// File 'service/s3/api.go', line 11107
|
func (s *DeleteObjectsOutput) SetErrors(v []*Error) *DeleteObjectsOutput
SetErrors sets the Errors field's value.
11113 11114 11115 11116 |
// File 'service/s3/api.go', line 11113
|
func (s *DeleteObjectsOutput) SetRequestCharged(v string) *DeleteObjectsOutput
SetRequestCharged sets the RequestCharged field's value.
11119 11120 11121 11122 |
// File 'service/s3/api.go', line 11119
|
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”.
11093 11094 11095 |
// File 'service/s3/api.go', line 11093
|