Class: Aws::S3::Types::PutObjectLockConfigurationOutput

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)


7539
7540
7541
7542
# File 'lib/aws-sdk-s3/types.rb', line 7539

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