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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retentionTypes::ObjectLockRetention

The container element for an object's retention settings.



7420
7421
7422
7423
7424
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7420

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