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
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.
7643 7644 7645 7646 7647 |
# File 'lib/aws-sdk-s3/types.rb', line 7643 class GetObjectRetentionOutput < Struct.new( :retention) SENSITIVE = [] include Aws::Structure end |