Class: Aws::RecycleBin::Types::GetRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::GetRuleRequest
- 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.
185 186 187 188 189 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 185 class GetRuleRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |