class Aws::ParamValidator

def io_like?(value)

def io_like?(value)
  value.respond_to?(:read) && value.respond_to?(:rewind)
end