Class: Aws::S3::Types::GetObjectLockConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectLockConfigurationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#object_lock_configuration ⇒ Types::ObjectLockConfiguration
The specified bucket’s Object Lock configuration.
Instance Attribute Details
#object_lock_configuration ⇒ Types::ObjectLockConfiguration
The specified bucket’s Object Lock configuration.
3075 3076 3077 3078 |
# File 'lib/aws-sdk-s3/types.rb', line 3075 class GetObjectLockConfigurationOutput < Struct.new( :object_lock_configuration) include Aws::Structure end |