Class: Aws::RecycleBin::Types::LockConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::LockConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-recyclebin/types.rb
Overview
Information about a retention rule lock configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unlock_delay ⇒ Types::UnlockDelay
Information about the retention rule unlock delay.
Instance Attribute Details
#unlock_delay ⇒ Types::UnlockDelay
Information about the retention rule unlock delay.
374 375 376 377 378 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 374 class LockConfiguration < Struct.new( :unlock_delay) SENSITIVE = [] include Aws::Structure end |