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

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

#object_lock_configurationTypes::ObjectLockConfiguration

The specified bucket’s Object Lock configuration.



6675
6676
6677
6678
6679
# File 'lib/aws-sdk-s3/types.rb', line 6675

class GetObjectLockConfigurationOutput < Struct.new(
  :object_lock_configuration)
  SENSITIVE = []
  include Aws::Structure
end