class AWS::Core::Policy::ConditionBlock

def translate_greater_than(example, opts)

def translate_greater_than(example, opts)
  base_translate(example, "GreaterThan", opts[:equals])
end