Class: Aws::S3::Types::ObjectLockRetention
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ObjectLockRetention
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
A Retention configuration for an object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
Indicates the Retention mode for the specified object.
-
#retain_until_date ⇒ Time
The date on which this Object Lock Retention will expire.
Instance Attribute Details
#mode ⇒ String
Indicates the Retention mode for the specified object.
12653 12654 12655 12656 12657 12658 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12653 class ObjectLockRetention < Struct.new( :mode, :retain_until_date) SENSITIVE = [] include Aws::Structure end |
#retain_until_date ⇒ Time
The date on which this Object Lock Retention will expire.
12653 12654 12655 12656 12657 12658 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12653 class ObjectLockRetention < Struct.new( :mode, :retain_until_date) SENSITIVE = [] include Aws::Structure end |