Class: Aws::S3::Types::GetObjectRetentionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectRetentionOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention ⇒ Types::ObjectLockRetention
The container element for an object's retention settings.
Instance Attribute Details
#retention ⇒ Types::ObjectLockRetention
The container element for an object's retention settings.
8695 8696 8697 8698 8699 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8695 class GetObjectRetentionOutput < Struct.new( :retention) SENSITIVE = [] include Aws::Structure end |