Class: Aws::S3::Types::ObjectLockRetention
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ObjectLockRetention
- Includes:
- Aws::Structure
- Defined in:
- 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.
11912 11913 11914 11915 11916 11917 |
# File 'lib/aws-sdk-s3/types.rb', line 11912 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.
11912 11913 11914 11915 11916 11917 |
# File 'lib/aws-sdk-s3/types.rb', line 11912 class ObjectLockRetention < Struct.new( :mode, :retain_until_date) SENSITIVE = [] include Aws::Structure end |