Class: Aws::S3::Types::GetObjectRetentionOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#retentionTypes::ObjectLockRetention

The container element for an object’s retention settings.



3435
3436
3437
3438
# File 'lib/aws-sdk-s3/types.rb', line 3435

class GetObjectRetentionOutput < Struct.new(
  :retention)
  include Aws::Structure
end