Class: Aws::RecycleBin::Types::DeleteRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::DeleteRuleRequest
- Defined in:
- gems/aws-sdk-recyclebin/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.
169 170 171 172 173 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 169 class DeleteRuleRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |