Class: Aws::S3::Types::AbortMultipartUploadOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#request_chargedString

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

Returns:

  • (String)


41
42
43
44
# File 'lib/aws-sdk-s3/types.rb', line 41

class AbortMultipartUploadOutput < Struct.new(
  :request_charged)
  include Aws::Structure
end