Class: Aws::RecycleBin::Types::UnlockRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique ID of the retention rule.

Returns:

  • (String)


670
671
672
673
674
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 670

class UnlockRuleRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end