Class: Aws::RecycleBin::Types::LockRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::LockRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-recyclebin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique ID of the retention rule.
-
#lock_configuration ⇒ Types::LockConfiguration
Information about the retention rule lock configuration.
Instance Attribute Details
#identifier ⇒ String
The unique ID of the retention rule.
390 391 392 393 394 395 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 390 class LockRuleRequest < Struct.new( :identifier, :lock_configuration) SENSITIVE = [] include Aws::Structure end |
#lock_configuration ⇒ Types::LockConfiguration
Information about the retention rule lock configuration.
390 391 392 393 394 395 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 390 class LockRuleRequest < Struct.new( :identifier, :lock_configuration) SENSITIVE = [] include Aws::Structure end |