Class: Aws::S3::Types::DeleteObjectsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteObjectsOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deleted ⇒ Array<Types::DeletedObject>
Container element for a successful delete.
-
#errors ⇒ Array<Types::Error>
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
-
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
Instance Attribute Details
#deleted ⇒ Array<Types::DeletedObject>
Container element for a successful delete. It identifies the object that was successfully deleted.
4944 4945 4946 4947 4948 4949 4950 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4944 class DeleteObjectsOutput < Struct.new( :deleted, :request_charged, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::Error>
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
4944 4945 4946 4947 4948 4949 4950 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4944 class DeleteObjectsOutput < Struct.new( :deleted, :request_charged, :errors) SENSITIVE = [] include Aws::Structure end |
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.
4944 4945 4946 4947 4948 4949 4950 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4944 class DeleteObjectsOutput < Struct.new( :deleted, :request_charged, :errors) SENSITIVE = [] include Aws::Structure end |