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.



7694
7695
7696
7697
7698
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7694

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