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.



9005
9006
9007
9008
9009
# File 'lib/aws-sdk-s3/types.rb', line 9005

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