Class: Aws::RecycleBin::Types::UnlockRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::UnlockRuleRequest
- 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.
Instance Attribute Details
#identifier ⇒ String
The unique ID of the retention rule.
670 671 672 673 674 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 670 class UnlockRuleRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |