Class: Aws::S3::Types::GetObjectLockConfigurationOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#object_lock_configurationTypes::ObjectLockConfiguration

The specified bucket’s Object Lock configuration.



3074
3075
3076
3077
# File 'lib/aws-sdk-s3/types.rb', line 3074

class GetObjectLockConfigurationOutput < Struct.new(
  :object_lock_configuration)
  include Aws::Structure
end