class AWS::Core::Policy::ConditionBlock

def translate_gte(example, opts)

def translate_gte(example, opts)
  translate_greater_than(example, { :equals => "Equals" })
end