class Aws::EmptyStructure

def eql?(other)

def eql?(other)
  other.is_a?(EmptyStructure)
end