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.
7729 7730 7731 7732 7733 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7729 class GetObjectRetentionOutput < Struct.new( :retention) SENSITIVE = [] include Aws::Structure end |