Class: Aws::S3::Types::DeleteObjectsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletedArray<Types::DeletedObject>

Container element for a successful delete. It identifies the object that was successfully deleted.

Returns:



4042
4043
4044
4045
4046
4047
4048
# File 'lib/aws-sdk-s3/types.rb', line 4042

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::Error>

Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.

Returns:



4042
4043
4044
4045
4046
4047
4048
# File 'lib/aws-sdk-s3/types.rb', line 4042

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#request_chargedString

If present, indicates that the requester was successfully charged for the request.

<note markdown=“1”> This functionality is not supported for directory buckets.

</note>

Returns:

  • (String)


4042
4043
4044
4045
4046
4047
4048
# File 'lib/aws-sdk-s3/types.rb', line 4042

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end