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.



6903
6904
6905
6906
6907
# File 'lib/aws-sdk-s3/types.rb', line 6903

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