Class: Aws::S3::Types::DeleteObjectsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteObjectsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
- #deleted ⇒ Array<Types::DeletedObject>
- #errors ⇒ Array<Types::Error>
-
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
Instance Attribute Details
#deleted ⇒ Array<Types::DeletedObject>
1932 1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-s3/types.rb', line 1932 class DeleteObjectsOutput < Struct.new( :deleted, :request_charged, :errors) include Aws::Structure end |
#errors ⇒ Array<Types::Error>
1932 1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-s3/types.rb', line 1932 class DeleteObjectsOutput < Struct.new( :deleted, :request_charged, :errors) include Aws::Structure end |
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
1932 1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-s3/types.rb', line 1932 class DeleteObjectsOutput < Struct.new( :deleted, :request_charged, :errors) include Aws::Structure end |