Class: Aws::S3::Types::GetObjectRetentionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectRetentionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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.
3435 3436 3437 3438 |
# File 'lib/aws-sdk-s3/types.rb', line 3435 class GetObjectRetentionOutput < Struct.new( :retention) include Aws::Structure end |